diff options
author | marc <a01200356@itesm.mx> | 2016-12-16 22:14:36 -0600 |
---|---|---|
committer | marc <a01200356@itesm.mx> | 2016-12-16 22:14:36 -0600 |
commit | 7fba3d117986d9b928887044ff303bb156aa6899 (patch) | |
tree | 1fd338595632d48d3fbce30a1a09e8b59d5a9219 /searx/search.py | |
parent | 4a1ff56389d6ad560594ba82b448aef1d70bbbf4 (diff) | |
parent | 19cd2bf3b52d4851053030c570322df1c637f9b8 (diff) | |
download | searxng-7fba3d117986d9b928887044ff303bb156aa6899.tar.gz searxng-7fba3d117986d9b928887044ff303bb156aa6899.zip |
Merge branch 'master' into languages
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 9c39a10dd..e88a20b32 100644 --- a/searx/search.py +++ b/searx/search.py @@ -262,7 +262,7 @@ def get_search_query_from_webapp(preferences, form): if not load_default_categories: if not query_categories: query_categories = list(set(engine['category'] - for engine in engines)) + for engine in query_engines)) else: # if no category is specified for this search, # using user-defined default-configuration which |