forked from Icycoide/searxng
[fix] tests ++ flickr error
This commit is contained in:
parent
ef2ef7974a
commit
fdf63940e8
7 changed files with 10 additions and 13 deletions
|
@ -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'})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue