summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-11-11 21:58:32 +0100
committerAlexandre Flament <alex@al-f.net>2022-12-10 09:26:38 +0100
commitb971167ced9623c038188ae7bf5a8085147bc35d (patch)
treed82d7fb4bad9d67b048bce8985cc4a3f09268503 /searx/webapp.py
parent34e260f88f561cf26454fe72a10a3a403faf2ff3 (diff)
downloadsearxng-b971167ced9623c038188ae7bf5a8085147bc35d.tar.gz
searxng-b971167ced9623c038188ae7bf5a8085147bc35d.zip
move searx.shared.redisdb to searx.redisdb
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 4f334a9d0..d4206ca16 100755
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -120,7 +120,7 @@ from searx.locales import (
# renaming names from searx imports ...
from searx.autocomplete import search_autocomplete, backends as autocomplete_backends
from searx.languages import language_codes as languages
-from searx.shared.redisdb import initialize as redis_initialize
+from searx.redisdb import initialize as redis_initialize
from searx.search import SearchWithPlugins, initialize as search_initialize
from searx.network import stream as http_stream, set_context_network_name
from searx.search.checker import get_result as checker_get_result