Skip to content

Commit

Permalink
Naprawa skryptu update3pExpired.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Sep 7, 2023
1 parent 055cba3 commit 0398ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update3pExpired.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
with open(tp_path, "r", encoding='utf-8') as tp_f, \
NamedTemporaryFile(dir='.', delete=False) as f_out:
domains = []
for domain in Sd2D.main(tp_path):
for domain in Sd2D.main(tp_f):
if not "\n" in domain:
domain = domain + "\n"
domains.append(domain)
Expand Down

0 comments on commit 0398ccb

Please sign in to comment.