summaryrefslogtreecommitdiff
path: root/searx/engines
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-12-09 19:10:57 +0100
committerAdam Tauber <asciimoo@gmail.com>2016-12-09 19:11:22 +0100
commitfdf63940e8e576aee9fe5e03337d39e771f24514 (patch)
tree84f46bdcefeb9752518042a6d10a0fcb6a0e1d04 /searx/engines
parentef2ef7974ab9bf55c5193a30544f71d8ca04f7b0 (diff)
downloadsearxng-fdf63940e8e576aee9fe5e03337d39e771f24514.tar.gz
searxng-fdf63940e8e576aee9fe5e03337d39e771f24514.zip
[fix] tests ++ flickr error
Diffstat (limited to 'searx/engines')
-rw-r--r--searx/engines/flickr.py2
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'})