logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 63714c17599cb7dc72806ecd84ee054648dae048
parent: 1b05265bf9fb0f52886e0b545ba493a766eb6148
Author: asciimoo <asciimoo@gmail.com>
Date:   Wed, 29 Jan 2014 23:57:50 +0100

[fix] unused var removed

Diffstat:

Msearx/webapp.py2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -174,7 +174,6 @@ def index(): results, suggestions = search(query, request, selected_engines, pageno) - featured_results = [] for result in results: if not paging and engines[result['engine']].paging: paging = True @@ -229,7 +228,6 @@ def index(): selected_categories=selected_categories, paging=paging, pageno=pageno, - featured_results=featured_results, suggestions=suggestions )