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(): def shutdown():
print_markdown("## Clearing temp files")
try: try:
redditid redditid
except NameError: except NameError:
print("Exiting...") print("Exiting...")
exit() exit()
else: else:
print_markdown("## Clearing temp files")
cleanup(redditid) cleanup(redditid)
print("Exiting...") print("Exiting...")
exit() exit()

Loading…
Cancel
Save