summaryrefslogtreecommitdiff
path: root/src/backend/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/search.py')
-rw-r--r--src/backend/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/search.py b/src/backend/search.py
index ab6ffa2..588f9cd 100644
--- a/src/backend/search.py
+++ b/src/backend/search.py
@@ -146,7 +146,7 @@ def srch_rslt(filter, cat, pn, desc, single):
def start(filter, cat, pn, desc, single):
if sisyphus.checkenv.root():
- sisyphus.update.start()
+ sisyphus.update.start(gfx_ui=False)
else:
print(sisyphus.getcolor.bright_red + "\nYou don't have root permissions, cannot update the database!\n" +
sisyphus.getcolor.reset + sisyphus.getcolor.bright_yellow + "\nSearch results may be inaccurate" + sisyphus.getcolor.reset)