mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 08:19:17 +02:00
[fix] pep8
This commit is contained in:
parent
56c15023b5
commit
cc4e17b668
3 changed files with 8 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue