summaryrefslogtreecommitdiff
path: root/src/backend/update.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-30 15:54:58 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-10-30 15:54:58 +0000
commit100226c624cdf8b3b1210c124b0b1ee6a3b3d816 (patch)
tree9e6a46b7dffef9a7b9eb7744c4e1b91430a637a0 /src/backend/update.py
parentde363a67dd99fa1395be5a5ce8d9a75472d81997 (diff)
various cleanups
Diffstat (limited to 'src/backend/update.py')
-rw-r--r--src/backend/update.py4
1 files changed, 2 insertions, 2 deletions
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()