1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-02 17:40:18 +02:00

[fix] unused var removed

This commit is contained in:
asciimoo 2014-01-29 23:57:50 +01:00
parent 1b05265bf9
commit 63714c1759

View File

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