From 100226c624cdf8b3b1210c124b0b1ee6a3b3d816 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 15:54:58 +0000 Subject: various cleanups --- src/backend/update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/update.py') diff --git a/src/backend/update.py b/src/backend/update.py index 5a6a6cd..acbc445 100644 --- a/src/backend/update.py +++ b/src/backend/update.py @@ -17,7 +17,7 @@ def syncAll(): sisyphus.syncdb.remoteTable() @animation.wait('fetching updates') -def cliExec(): +def start(): activeBranch = sisyphus.checkenv.branch() binhostURL = sisyphus.getenv.binhostURL() isSane = sisyphus.checkenv.sanity() @@ -31,7 +31,7 @@ def cliExec(): print("\nCurrent branch: '" + activeBranch + "' (testing)" + "\nCurrent binhost: '" + binhostURL + "' (stable)") sys.exit("\nInvalid branch - binhost pairing; Use 'sisyphus branch --help' for help; Quitting.") -def guiExec(): +def startx(): activeBranch = sisyphus.checkenv.branch() binhostURL = sisyphus.getenv.binhostURL() isSane = sisyphus.checkenv.sanity() -- cgit v1.2.3