minor, silly
This commit is contained in:
parent
31550185b6
commit
82d38fc8a1
|
@ -12,5 +12,4 @@ def search(request):
|
|||
bing = bingapi.Bing(LIVE_APP_ID)
|
||||
results = bing.do_image_search(q)
|
||||
images = results['SearchResponse']['Image']['Results']
|
||||
d = images
|
||||
return render_to_json_response(d)
|
||||
return render_to_json_response(images)
|
||||
|
|
Loading…
Reference in New Issue
Block a user