Browse Source

[fix] code style

Venca24 4 years ago
parent
commit
2b93e70a26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/plugins/hash_plugin.py

+ 1 - 1
searx/plugins/hash_plugin.py

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