diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-07-17 00:03:22 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-07-17 00:03:22 +0200 |
| commit | 21c5fb1c4514444a7c4fdecd84874f2b7c367f38 (patch) | |
| tree | 3fbdf3a5ea93705f487cd3e11001439b34e983a8 /searx/webapp.py | |
| parent | a7260ac497c87ea959d467dbfcb0cd0a8169bfa7 (diff) | |
[fix] pep8
Diffstat (limited to 'searx/webapp.py')
| -rw-r--r-- | searx/webapp.py | 2 |
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: |