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