forked from Ponysearch/Ponysearch
[fix] code style
This commit is contained in:
parent
1cbcf2ccb6
commit
2b93e70a26
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue