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: