[fix] tests ++ flickr error

This commit is contained in:
Adam Tauber 2016-12-09 19:10:57 +01:00
parent ef2ef7974a
commit fdf63940e8
7 changed files with 10 additions and 13 deletions

View file

@ -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'})