Browse Source

[fix] remove unused variable

Adam Tauber 8 years ago
parent
commit
75aa46a6b3
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      searx/search.py

+ 0
- 1
searx/search.py View File

@@ -179,7 +179,6 @@ def get_search_query_from_webapp(preferences, form):
179 179
     query = None
180 180
     query_engines = []
181 181
     query_categories = []
182
-    query_paging = False
183 182
     query_pageno = 1
184 183
     query_lang = 'all'
185 184
     query_time_range = None