diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-01-18 12:47:31 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-01-18 12:47:31 +0100 |
commit | bd22e9a3363090a5e4f851670b0650349a528749 (patch) | |
tree | ea0b4b80430ffebc7e9eaa2c28188884a7c67218 /searx/engines/blekko_images.py | |
parent | 6a158ca2d2c5fdec597f1025c58fad90a57312dc (diff) | |
download | searxng-bd22e9a3363090a5e4f851670b0650349a528749.tar.gz searxng-bd22e9a3363090a5e4f851670b0650349a528749.zip |
[fix] pep8 compatibilty
Diffstat (limited to 'searx/engines/blekko_images.py')
-rw-r--r-- | searx/engines/blekko_images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/blekko_images.py b/searx/engines/blekko_images.py index 93ac6616b..c0664f390 100644 --- a/searx/engines/blekko_images.py +++ b/searx/engines/blekko_images.py @@ -37,7 +37,7 @@ def request(query, params): c=c) if params['pageno'] != 1: - params['url'] += '&page={pageno}'.format(pageno=(params['pageno']-1)) + params['url'] += '&page={pageno}'.format(pageno=(params['pageno'] - 1)) # let Blekko know we wan't have profiling params['cookies']['tag_lesslogging'] = '1' |