forked from Icycoide/searxng
[fix] code style
This commit is contained in:
parent
1ea9438f5d
commit
69e5a58058
2 changed files with 14 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue