diff options
Diffstat (limited to 'searx/engines/blekko_images.py')
| -rw-r--r-- | searx/engines/blekko_images.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/blekko_images.py b/searx/engines/blekko_images.py index 4fbb9b30f..2e7ec904f 100644 --- a/searx/engines/blekko_images.py +++ b/searx/engines/blekko_images.py @@ -25,6 +25,7 @@ safesearch_types = {2: '1', 1: '', 0: '0'} + # do search-request def request(query, params): c = (params['pageno'] - 1) * 48 |