mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[fix] code style
This commit is contained in:
@@ -50,5 +50,5 @@ def post_search(request, search):
|
||||
|
||||
# print result
|
||||
search.result_container.answers.clear()
|
||||
search.result_container.answers['hash'] = { 'answer': answer }
|
||||
search.result_container.answers['hash'] = {'answer': answer}
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user