summaryrefslogtreecommitdiff
path: root/searx/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins')
-rw-r--r--searx/plugins/hash_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/plugins/hash_plugin.py b/searx/plugins/hash_plugin.py
index d255997b7..1d3baaede 100644
--- a/searx/plugins/hash_plugin.py
+++ b/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