This commit is contained in:
Marc Mance
2024-08-01 12:54:33 -04:00
parent 388a2cde91
commit e5f1b0460a

View File

@@ -381,6 +381,7 @@ def main():
time.sleep(minutesToWait * 60) time.sleep(minutesToWait * 60)
print("") print("")
except KeyboardInterrupt: except KeyboardInterrupt:
print("Caught control-c, exiting...")
exit() exit()
try: try: