diff options
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: |