diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-12-10 00:15:53 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-12-10 00:15:53 +0100 |
commit | 75aa46a6b3942729089d607b7ea51e7b397c9227 (patch) | |
tree | f129e1568773857d65360b2a7fe1e3b221e72a00 /searx/search.py | |
parent | 0205838f25116a60490607376477a5ce1c6e6c15 (diff) | |
download | searxng-75aa46a6b3942729089d607b7ea51e7b397c9227.tar.gz searxng-75aa46a6b3942729089d607b7ea51e7b397c9227.zip |
[fix] remove unused variable
Diffstat (limited to 'searx/search.py')
-rw-r--r-- | searx/search.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/search.py b/searx/search.py index e0aa1b58c..cef42d876 100644 --- a/searx/search.py +++ b/searx/search.py @@ -179,7 +179,6 @@ def get_search_query_from_webapp(preferences, form): query = None query_engines = [] query_categories = [] - query_paging = False query_pageno = 1 query_lang = 'all' query_time_range = None |