mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
[fix] pep8
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user