diff options
| author | a01200356 <a01200356@itesm.mx> | 2016-01-18 11:29:45 -0600 |
|---|---|---|
| committer | a01200356 <a01200356@itesm.mx> | 2016-01-18 11:29:45 -0600 |
| commit | 51278ee0be0af0d037d467dc0e22cb844a79e5f8 (patch) | |
| tree | 135bae8477eeb9fe5eef68f784c16c9b554e54f3 /searx/engines/blekko_images.py | |
| parent | c2e034f52a31d4eb84b01cafb3af70ed55dad792 (diff) | |
| parent | 09b7673fbd271349b6878959bd2e1ae846981e13 (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx
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' |