mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] botdetection - outsourcing to an external project
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
523a875f1e
commit
a2ee107dd7
21 changed files with 15 additions and 1590 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue