This commit is contained in:
Joseph Cheung 2023-03-08 00:32:49 +08:00
parent 50069a4730
commit 188cac773e
3 changed files with 9 additions and 9 deletions

View file

@ -114,13 +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(
# {
# 'infobox': infobox_title,
# 'attributes': result_chunks,
# 'urls': [{'title': 'WolframAlpha', 'url': resp.request.headers['Referer']}],
# }
# )
results.append(
{