mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
50069a4730
commit
188cac773e
3 changed files with 9 additions and 9 deletions
|
|
@ -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(
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue