Merge branch 'master' into fasttext

This commit is contained in:
ArtikusHG 2022-12-16 19:43:10 +00:00 committed by GitHub
commit 735e388cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
133 changed files with 2131 additions and 1649 deletions

View file

@ -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

View file

@ -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