From 48423335db1a0599e437d2a71e120b41b3abc9f7 Mon Sep 17 00:00:00 2001 From: Morgan Barber Date: Fri, 10 May 2024 11:59:19 -0600 Subject: [PATCH] Update main.py --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index ef7e12a..85cb930 100755 --- a/main.py +++ b/main.py @@ -128,6 +128,8 @@ if __name__ == "__main__": Popen("cls" if name == "nt" else "clear", shell=True).wait() elif config["settings"]["times_to_run"]: run_many(config["settings"]["times_to_run"]) + else: + main() except KeyboardInterrupt: shutdown() except ResponseException: