summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorArtikusHG <artiomoleynic@gmail.com>2022-12-16 19:43:10 +0000
committerGitHub <noreply@github.com>2022-12-16 19:43:10 +0000
commit735e388cec91097cc95bfffd0e1a5e4c25e595ef (patch)
tree61aac219bb9d5d3ce91ce5214171c9170c28502c /searx/webapp.py
parent1f8f8c1e91040fd10bacdc473b8d5f97dda6424e (diff)
parent2a51c856722df19831c20ba455f74a33180a4ec8 (diff)
Merge branch 'master' into fasttext
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