mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
d
This commit is contained in:
parent
41c67cf5f4
commit
2c2dc85e84
1 changed files with 9 additions and 9 deletions
|
@ -90,14 +90,14 @@ def response(resp):
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
for user in json_res['users'].values():
|
# for user in json_res['users'].values():
|
||||||
results.append(
|
# results.append(
|
||||||
{
|
# {
|
||||||
'title': user['name'],
|
# 'title': user['name'],
|
||||||
'content': user['description'],
|
# 'content': user['description'],
|
||||||
'url': 'https://twitter.com/' + user['screen_name'],
|
# 'url': 'https://twitter.com/' + user['screen_name'],
|
||||||
# 'img_src': user['profile_image_url_https'],
|
# # 'img_src': user['profile_image_url_https'],
|
||||||
}
|
# }
|
||||||
)
|
# )
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|
Loading…
Add table
Reference in a new issue