From bec61c175f88026ff9f45abcb0c66194132b8f5f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Apr 2023 12:43:53 +0100 Subject: fix typos --- src/backend/setbranch.py | 2 +- src/backend/update.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/setbranch.py b/src/backend/setbranch.py index 7ebd6f7..249f3f8 100644 --- a/src/backend/setbranch.py +++ b/src/backend/setbranch.py @@ -114,7 +114,7 @@ def start(branch, remote): sisyphus.setprofile.start() brch_s_warn(branch, remote) else: - print(sisyphus.getcolor.brigt_red + + print(sisyphus.getcolor.bright_red + "\nNo internet connection; Aborting!\n" + sisyphus.getcolor.reset) sys.exit() else: diff --git a/src/backend/update.py b/src/backend/update.py index 40c2ce8..0954334 100644 --- a/src/backend/update.py +++ b/src/backend/update.py @@ -47,7 +47,7 @@ def start(gfx_ui=False): print("Time is up!") sys.exit() else: - print(sisyphus.getcolor.brigt_red + + print(sisyphus.getcolor.bright_red + "\nNo internet connection; Aborting!\n" + sisyphus.getcolor.reset) sys.exit() else: -- cgit v1.2.3