Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Aug 23, 2024
1 parent 7e8611a commit 5c4cd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def make(filename, comment, func):

make("channels.txt", "Spammer channels", lambda line: ("a[href^=\"/" + encodeURI(line) + "\"]:upward(6)"))

make("channel-prefix.txt", "spammer channels (with prefix)", lambda line: ("a[href=\"/@" + encodeURI(line) + "\"]:upward(6)"))
make("channels-prefix.txt", "spammer channels (with prefix)", lambda line: ("a[href=\"/@" + encodeURI(line) + "\"]:upward(6)"))

def make_reply_filter(line):
if line not in channel_id:
Expand Down

0 comments on commit 5c4cd77

Please sign in to comment.