Skip to content

Commit

Permalink
The right variable lol
Browse files Browse the repository at this point in the history
  • Loading branch information
T145 committed Feb 22, 2024
1 parent a6e0a19 commit 9445973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-fedex-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def load_data(data):
with open(os.path.join(os.getcwd(), 'filters', 'fedex.yml'), 'w') as f:
f.write("# Don't bother manually updating this file.\n")
f.write("# It is automatically updated with the tools/update-fedex-list.py script.\n")
yaml.dump({'domains': sorted(domains), 'fedex_suffixes': sorted(suffixes), 'ignored_domains': sorted(ignored_domains)}, f)
yaml.dump({'domains': sorted(domains), 'fedex_suffixes': sorted(suffixes), 'ignored_domains': sorted(ignored)}, f)

0 comments on commit 9445973

Please sign in to comment.