diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2019-01-25 20:54:23 +0100 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2019-01-25 20:54:23 +0100 |
commit | 36790168a14a0de44697dc38e6a71b16433e2a12 (patch) | |
tree | ed4c20e919bb396e41fb65ad7d73469a5f470062 /searx/search.py | |
parent | deaaf0651a74412d8dcc10c609d50d74065fdc61 (diff) | |
download | searxng-36790168a14a0de44697dc38e6a71b16433e2a12.tar.gz searxng-36790168a14a0de44697dc38e6a71b16433e2a12.zip |
add again accidentally removed import to search.py
Diffstat (limited to 'searx/search.py')
-rw-r--r-- | searx/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search.py b/searx/search.py index 2b7151e65..b81542f1a 100644 --- a/searx/search.py +++ b/searx/search.py @@ -24,7 +24,7 @@ from flask_babel import gettext import requests.exceptions import searx.poolrequests as requests_lib from searx.engines import ( - categories, engines + categories, engines, settings ) from searx.answerers import ask from searx.utils import gen_useragent |