From 69e5a580582c59ccddfffdc8b5ed3213b5c35836 Mon Sep 17 00:00:00 2001 From: Venca24 Date: Sat, 17 Mar 2018 14:17:45 +0100 Subject: [fix] code style --- searx/plugins/hash_plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/plugins') 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: -- cgit v1.2.3-54-g00ecf