summaryrefslogtreecommitdiff
path: root/searx/search/checker/background.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/search/checker/background.py
parent34e260f88f561cf26454fe72a10a3a403faf2ff3 (diff)
downloadsearxng-b971167ced9623c038188ae7bf5a8085147bc35d.tar.gz
searxng-b971167ced9623c038188ae7bf5a8085147bc35d.zip
move searx.shared.redisdb to searx.redisdb
Diffstat (limited to 'searx/search/checker/background.py')
-rw-r--r--searx/search/checker/background.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search/checker/background.py b/searx/search/checker/background.py
index e5bd642c0..aec2a1790 100644
--- a/searx/search/checker/background.py
+++ b/searx/search/checker/background.py
@@ -14,7 +14,7 @@ from typing_extensions import TypedDict, Literal
import redis.exceptions
from searx import logger, settings, searx_debug
-from searx.shared.redisdb import client as get_redis_client
+from searx.redisdb import client as get_redis_client
from searx.exceptions import SearxSettingsException
from searx.search.processors import PROCESSORS
from searx.search.checker import Checker