summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-07-17 00:03:22 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-07-17 00:03:22 +0200
commit21c5fb1c4514444a7c4fdecd84874f2b7c367f38 (patch)
tree3fbdf3a5ea93705f487cd3e11001439b34e983a8 /searx/webapp.py
parenta7260ac497c87ea959d467dbfcb0cd0a8169bfa7 (diff)
[fix] pep8
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py2
1 files changed, 1 insertions, 1 deletions
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: