Skip to content

Commit

Permalink
Update ublacklist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NotaInutilis authored Jul 15, 2024
1 parent b235463 commit 33f72d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ublacklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
with open("sources/pages.txt", "r") as pages:
linespages = pages.readlines()


with open("sources/titles.txt", "r") as titles:
linestitles = titles.readlines()

Expand All @@ -36,4 +35,4 @@
for line in linestitles:
print('title *= "' + line.strip() + '" i')
for line in linesregex:
print(line.strip())
print(line.strip())

0 comments on commit 33f72d9

Please sign in to comment.