logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 75aa46a6b3942729089d607b7ea51e7b397c9227
parent: 0205838f25116a60490607376477a5ce1c6e6c15
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sat, 10 Dec 2016 00:15:53 +0100

[fix] remove unused variable

Diffstat:

Msearx/search.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

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