mirror of
https://github.com/searxng/searxng.git
synced 2024-11-20 03:10:10 +01:00
[fix] wolframalpha unicode inputs
This commit is contained in:
parent
10947536aa
commit
79705450df
@ -90,6 +90,6 @@ def response(resp):
|
|||||||
if not result_chunks:
|
if not result_chunks:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
return [{'url': resp.request.headers['Referer'],
|
return [{'url': resp.request.headers['Referer'].decode('utf-8'),
|
||||||
'title': 'Wolframalpha',
|
'title': 'Wolframalpha',
|
||||||
'content': ''.join(result_chunks)}]
|
'content': ''.join(result_chunks)}]
|
||||||
|
Loading…
Reference in New Issue
Block a user