mirror of
https://github.com/searxng/searxng.git
synced 2025-12-26 13:40:03 +00:00
move searx.shared.redisdb to searx.redisdb
This commit is contained in:
@@ -17,7 +17,7 @@ import time
|
||||
import importlib
|
||||
from typing import Callable
|
||||
|
||||
from searx.shared.redisdb import client as get_redis_client
|
||||
from searx.redisdb import client as get_redis_client
|
||||
from searx.redislib import lua_script_storage
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user