[fix] code style

This commit is contained in:
Venca24 2020-10-24 09:20:55 +02:00
parent 1cbcf2ccb6
commit 2b93e70a26
1 changed files with 1 additions and 1 deletions

View File

@ -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