diff options
| -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 |