Fix for incorrect message

pull/1296/head
Simon 3 years ago
parent 6a155334f0
commit 7ff89f8234

@ -64,13 +64,13 @@ def run_many(times):
def shutdown():
print_markdown("## Clearing temp files")
try:
redditid
except NameError:
print("Exiting...")
exit()
else:
print_markdown("## Clearing temp files")
cleanup(redditid)
print("Exiting...")
exit()

Loading…
Cancel
Save