Update main.py

Put the format correctly
pull/1052/head
Jason 2 years ago committed by GitHub
parent 81b20f5e13
commit 43f4af9b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,9 +62,8 @@ def run_many(times):
def shutdown(): def shutdown():
print_markdown("## Clearing temp files") print_markdown("## Clearing temp files")
# Informs the user of exiting the program
print("Exiting...")
cleanup() cleanup()
print("Exiting...")
exit() exit()

Loading…
Cancel
Save