mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
[fix] code style
This commit is contained in:
parent
1cbcf2ccb6
commit
2b93e70a26
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user