diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-17 19:28:11 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-17 19:28:11 +0100 |
commit | 2c15546518c31e73fa443df129f75c7fad5d9c00 (patch) | |
tree | cddbaa035014b22cd46df57107fdc41a840c1b50 /searx/engines/google_images.py | |
parent | 4238812a5190834da06bbcd148e6d551713c1a01 (diff) | |
download | searxng-2c15546518c31e73fa443df129f75c7fad5d9c00.tar.gz searxng-2c15546518c31e73fa443df129f75c7fad5d9c00.zip |
Tiny forgots
Diffstat (limited to 'searx/engines/google_images.py')
-rw-r--r-- | searx/engines/google_images.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py index c08279660..cc62a4fd2 100644 --- a/searx/engines/google_images.py +++ b/searx/engines/google_images.py @@ -43,7 +43,6 @@ def response(resp): # parse results for result in search_res['responseData']['results']: - print result href = result['originalContextUrl'] title = result['title'] if not result['url']: |