Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1856426 authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] hadle missing title

parent 8ef709ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'] +\