diff options
| author | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-19 10:14:11 +0200 |
|---|---|---|
| committer | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-25 23:28:14 +0200 |
| commit | a7c8d5882c137634b754e9757340de85029012e6 (patch) | |
| tree | 24e9e0a2186d5b9b86ee70b73afde32a3a37cca4 /searx/engines/google_images.py | |
| parent | e7baf24ec16366da000dc37b7e9e4377138ee0a2 (diff) | |
fix pep8
Diffstat (limited to 'searx/engines/google_images.py')
| -rw-r--r-- | searx/engines/google_images.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py index eab0fba08..b687317c8 100644 --- a/searx/engines/google_images.py +++ b/searx/engines/google_images.py @@ -31,6 +31,7 @@ time_range_dict = {'day': 'd', 'week': 'w', 'month': 'm'} + # do search-request def request(query, params): offset = (params['pageno'] - 1) * 100 |