From d96a957272cc4562cf551e607313ae7319cc9856 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 21 Jul 2023 04:39:41 +0100 Subject: sleep for 1 second --- src/backend/update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/update.py b/src/backend/update.py index a57cb07..146045c 100644 --- a/src/backend/update.py +++ b/src/backend/update.py @@ -84,4 +84,5 @@ def start(gfx_ui=False): "\n\nInvalid configuration!" + sisyphus.getcolor.reset) print(sisyphus.getcolor.bright_yellow + "\nUse" + sisyphus.getcolor.reset + " " + "'" + "sisyphus branch --help" + "'" + " " + sisyphus.getcolor.bright_yellow + "for help" + sisyphus.getcolor.reset) + time.sleep(1) sys.exit() -- cgit v1.2.3