diff options
author | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2020-10-24 09:20:55 +0200 |
---|---|---|
committer | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2020-10-24 09:20:55 +0200 |
commit | 2b93e70a264c8509e94fc432011f3c752e97c5e0 (patch) | |
tree | 061fba24becbacf1d9de7b36fb63d51a5763652b /searx/plugins/hash_plugin.py | |
parent | 1cbcf2ccb64c2bc2cc0dfd5d37462f4fbc7c9a2d (diff) | |
download | searxng-2b93e70a264c8509e94fc432011f3c752e97c5e0.tar.gz searxng-2b93e70a264c8509e94fc432011f3c752e97c5e0.zip |
[fix] code style
Diffstat (limited to 'searx/plugins/hash_plugin.py')
-rw-r--r-- | searx/plugins/hash_plugin.py | 2 |
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 |