This commit is contained in:
Markus Heiser 2024-03-08 10:53:43 -08:00 committed by GitHub
commit 63efeb16dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 111 additions and 1504 deletions

View file

@ -17,8 +17,9 @@ import time
import importlib
from typing import Callable
from botdetection.redislib import lua_script_storage
from searx.redisdb import client as get_redis_client
from searx.redislib import lua_script_storage
logger = logging.getLogger('searx.search.checker')