From 21c5fb1c4514444a7c4fdecd84874f2b7c367f38 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Sun, 17 Jul 2016 00:03:22 +0200 Subject: [fix] pep8 --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/webapp.py') diff --git a/searx/webapp.py b/searx/webapp.py index e76dd7027..e9d27a0db 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -380,7 +380,7 @@ def index(): plugins.call('post_search', request, locals()) - results = search.result_container.get_ordered_results() + results = search.result_container.get_ordered_results() for result in results: -- cgit v1.2.3