1
0
mirror of https://github.com/searx/searx synced 2025-02-07 23:48:47 +01:00

[fix] hadle missing title

This commit is contained in:
Adam Tauber 2015-01-11 01:42:55 +01:00
parent 8ef709ea1f
commit e1856426e2

View File

@ -73,7 +73,7 @@ def response(resp):
url = build_flickr_url(photo['owner']['id'], photo['id'])
title = photo['title']
title = photo.get('title', '')
content = '<span class="photo-author">' +\
photo['owner']['username'] +\