summaryrefslogtreecommitdiff
path: root/searx/search.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-12-10 00:15:53 +0100
committerAdam Tauber <asciimoo@gmail.com>2016-12-10 00:15:53 +0100
commit75aa46a6b3942729089d607b7ea51e7b397c9227 (patch)
treef129e1568773857d65360b2a7fe1e3b221e72a00 /searx/search.py
parent0205838f25116a60490607376477a5ce1c6e6c15 (diff)
downloadsearxng-75aa46a6b3942729089d607b7ea51e7b397c9227.tar.gz
searxng-75aa46a6b3942729089d607b7ea51e7b397c9227.zip
[fix] remove unused variable
Diffstat (limited to 'searx/search.py')
-rw-r--r--searx/search.py1
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