Explorar el Código

[fix] remove unused variable

Adam Tauber hace 8 años
padre
commit
75aa46a6b3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      searx/search.py

+ 0
- 1
searx/search.py Ver fichero

@@ -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