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

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