summaryrefslogtreecommitdiff
path: root/searx/botdetection/http_accept_language.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/botdetection/http_accept_language.py')
-rw-r--r--searx/botdetection/http_accept_language.py2
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