Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuzu99 committed Nov 30, 2024
1 parent 2f9ec17 commit abd5ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# combine all filter-item into filter.txt.
# combine all website into filter.txt.

import os
import re
Expand All @@ -10,13 +10,13 @@
[Adblock Plus 3.0]
! Title: NothingBlock filter
! Description: block unnecessary web element to have 'nothing more to take away'.
! Homepage: https://github.com/dorjmi/nothingblock
! Homepage: https://github.com/jinyuzu99/nothingblock
! Version: {version}
! Expires: 7 days""".format(version=time_version)

# read item
filter_list = ''
item_dir = 'filter-item/'
item_dir = 'website/'
item_list = sorted(os.listdir(item_dir))

for i in item_list:
Expand Down

0 comments on commit abd5ced

Please sign in to comment.