diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-17 19:24:35 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-17 19:24:35 +0100 |
commit | 4238812a5190834da06bbcd148e6d551713c1a01 (patch) | |
tree | 1cea34576ff2524a16a6107bb15de16ffeff4e06 /searx/engines/bing_images.py | |
parent | cb4a3fe598707fc42f86ea3f7bcf517dcd4db660 (diff) | |
download | searxng-4238812a5190834da06bbcd148e6d551713c1a01.tar.gz searxng-4238812a5190834da06bbcd148e6d551713c1a01.zip |
Flake8
Diffstat (limited to 'searx/engines/bing_images.py')
-rw-r--r-- | searx/engines/bing_images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/bing_images.py b/searx/engines/bing_images.py index e1dda0b1f..9ae498427 100644 --- a/searx/engines/bing_images.py +++ b/searx/engines/bing_images.py @@ -65,7 +65,7 @@ def response(resp): title = link.attrib.get('t1') ihk = link.attrib.get('ihk') - + #url = 'http://' + link.attrib.get('t3') url = yaml_data.get('surl') img_src = yaml_data.get('imgurl') |