Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kurciqs and coderabbitai[bot] authored Apr 23, 2024
1 parent 6e89363 commit 42beb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def write_new_html(tokens, message):
subject = x[2].split("?")[0] if len(x[2].split("?")) > 1 else x[2]
if subject in wpflf:
if key in wpflf_list:
if not x in wpflf_list[key]:
if x not in wpflf_list[key]:
wpflf_list[key].append(x)
else:
wpflf_list[key] = [x]
Expand Down

0 comments on commit 42beb26

Please sign in to comment.