mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[fix] pep8
This commit is contained in:
parent
a7260ac497
commit
21c5fb1c45
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue