diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-07 21:29:53 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-07 21:29:53 +0100 |
commit | 9a58956bf3491dd492e1d7cdac4da21f847fb8e9 (patch) | |
tree | ac94d0a6ee686adf2881430e37db115295029257 /src/backend/search.py | |
parent | c1f682729399414e88cac4d5a740b05242657312 (diff) |
rewrite update
Diffstat (limited to 'src/backend/search.py')
-rw-r--r-- | src/backend/search.py | 2 |
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) |