diff options
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/engines/flickr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/flickr.py b/searx/engines/flickr.py index 1c3eef789..5ce1160e9 100644 --- a/searx/engines/flickr.py +++ b/searx/engines/flickr.py @@ -82,7 +82,7 @@ def response(resp): 'title': photo['title'], 'img_src': img_src, 'thumbnail_src': thumbnail_src, - 'content': content = photo['description']['_content'], + 'content': photo['description']['_content'], 'author': photo['ownername'], 'template': 'images.html'}) |