From 932c43057da18a76543f23bf4c8a23f34c766b2f Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Sun, 18 Aug 2024 12:09:14 +0700 Subject: [PATCH] Automatically restart the script after a successful update --- updater.py | 1 - 1 file changed, 1 deletion(-) diff --git a/updater.py b/updater.py index c103879..0dbafb4 100644 --- a/updater.py +++ b/updater.py @@ -73,7 +73,6 @@ class Updater: self.update_files() self.save_latest_sha_version(latest_sha_version) print("\n\n{}\n".format(self.utils.message("The program needs to restart to complete the update process.", "reminder"))) - self.utils.request_input("Press Enter to restart...") return True else: print("You are already using the latest version")