diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-21 04:39:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-21 04:39:41 +0100 |
commit | d96a957272cc4562cf551e607313ae7319cc9856 (patch) | |
tree | 9027cd3cde9ad609e4ac251a3994750f1a9745f6 /src | |
parent | 74d84cc070134494f144318b534563098a5994c4 (diff) |
sleep for 1 second
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/update.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |