diff --git a/searx/engines/wolframalpha_noapi.py b/searx/engines/wolframalpha_noapi.py index f4f551627..5bb3f6b04 100644 --- a/searx/engines/wolframalpha_noapi.py +++ b/searx/engines/wolframalpha_noapi.py @@ -114,15 +114,13 @@ def response(resp): if not result_chunks: return [] - # results.append( - # { - # 'infobox': infobox_title, - # 'attributes': result_chunks, - # 'urls': [{'title': 'WolframAlpha', 'url': resp.request.headers['Referer']}], - # } - # ) - - results.append({'answer': result_chunks}) + results.append( + { + 'infobox': infobox_title, + 'attributes': result_chunks, + 'urls': [{'title': 'WolframAlpha', 'url': resp.request.headers['Referer']}], + } + ) results.append( {