[mod] botdetection - outsourcing to an external project

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2023-11-02 15:35:38 +01:00
parent 523a875f1e
commit a2ee107dd7
21 changed files with 15 additions and 1590 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.botdetection.redislib import lua_script_storage
logger = logging.getLogger('searx.search.checker')