Change except to finally

This commit is contained in:
Spooghetti420 2023-07-10 21:38:16 +01:00
parent f7be492d4a
commit 7608be0597

View File

@ -104,7 +104,7 @@ def main():
try:
iterate_pages()
except:
finally:
with open(BLACKLIST, mode="w") as f:
f.writelines(blacklist)