summaryrefslogtreecommitdiff
path: root/src/backend/searchdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/searchdb.py')
-rw-r--r--src/backend/searchdb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/searchdb.py b/src/backend/searchdb.py
index e344cb2..a99a471 100644
--- a/src/backend/searchdb.py
+++ b/src/backend/searchdb.py
@@ -6,7 +6,7 @@ import subprocess
import sisyphus.checkenv
import sisyphus.getclr
import sisyphus.getfs
-import sisyphus.update
+import sisyphus.syncall
def sigint_handler(signal, frame):
@@ -162,7 +162,7 @@ def start(filter, cat, pn, desc, single):
user_input = input(sisyphus.getclr.bright_white + "Would you like to proceed?" + sisyphus.getclr.reset + " " +
"[" + sisyphus.getclr.bright_green + "Yes" + sisyphus.getclr.reset + "/" + sisyphus.getclr.bright_red + "No" + sisyphus.getclr.reset + "]" + " ")
if user_input.lower() in ['yes', 'y', '']:
- sisyphus.update.start(gfx_ui=False)
+ sisyphus.syncall.start(gfx_ui=False)
break
elif user_input.lower() in ['no', 'n']:
print(sisyphus.getclr.bright_red +