minor, silly

This commit is contained in:
Sanj 2011-10-06 00:31:02 +05:30
parent 31550185b6
commit 82d38fc8a1

View File

@ -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)