diff options
Diffstat (limited to 'searx/botdetection/http_accept_language.py')
-rw-r--r-- | searx/botdetection/http_accept_language.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/http_accept_language.py b/searx/botdetection/http_accept_language.py index 395d28bfd..aaef81cc4 100644 --- a/searx/botdetection/http_accept_language.py +++ b/searx/botdetection/http_accept_language.py @@ -21,7 +21,7 @@ from ipaddress import ( import flask import werkzeug -from searx.tools import config +from . import config from ._helpers import too_many_requests |