From 2b93e70a264c8509e94fc432011f3c752e97c5e0 Mon Sep 17 00:00:00 2001 From: Venca24 Date: Sat, 24 Oct 2020 09:20:55 +0200 Subject: [PATCH] [fix] code style --- searx/plugins/hash_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/plugins/hash_plugin.py b/searx/plugins/hash_plugin.py index d255997b..1d3baaed 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