[fix] pep8

This commit is contained in:
Adam Tauber 2015-01-02 12:33:40 +01:00
parent 56c15023b5
commit cc4e17b668
3 changed files with 8 additions and 9 deletions

View file

@ -81,9 +81,9 @@ def response(resp):
if 'description' in photo:
content = content +\
'<span class="description">' +\
photo['description'] +\
'</span>'
'<span class="description">' +\
photo['description'] +\
'</span>'
# append result
results.append({'url': url,