mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 01:39:24 +02:00
[fix] unicode response in deezer and spotify
This commit is contained in:
parent
75aa46a6b3
commit
e12a137a2f
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ def response(resp):
|
|||
if url.startswith('http://'):
|
||||
url = 'https' + url[4:]
|
||||
|
||||
content = '{} - {} - {}'.format(
|
||||
content = u'{} - {} - {}'.format(
|
||||
result['artist']['name'],
|
||||
result['album']['title'],
|
||||
result['title'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue