diff options
author | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2018-03-17 14:17:45 +0100 |
---|---|---|
committer | Venca24 <Vaclav.Zouzalik@seznam.cz> | 2020-10-23 21:26:42 +0200 |
commit | 69e5a580582c59ccddfffdc8b5ed3213b5c35836 (patch) | |
tree | 1733ed03b4bfb40a8a131d256ee320f1ab39dfab /searx/plugins | |
parent | 1ea9438f5dcc190129298c1030ea75309be057e8 (diff) | |
download | searxng-69e5a580582c59ccddfffdc8b5ed3213b5c35836.tar.gz searxng-69e5a580582c59ccddfffdc8b5ed3213b5c35836.zip |
[fix] code style
Diffstat (limited to 'searx/plugins')
-rw-r--r-- | searx/plugins/hash_plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/plugins/hash_plugin.py b/searx/plugins/hash_plugin.py index 6a25a7b89..3612bab6b 100644 --- a/searx/plugins/hash_plugin.py +++ b/searx/plugins/hash_plugin.py @@ -26,6 +26,7 @@ default_on = True parser_re = re.compile(b'(md5|sha1|sha224|sha256|sha384|sha512) (.*)', re.I) + def post_search(request, search): # process only on first page if search.search_query.pageno > 1: |