From 82d38fc8a147fafa4457182ce49876559bc81bc6 Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 6 Oct 2011 00:31:02 +0530 Subject: [PATCH] minor, silly --- trubox/deals/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trubox/deals/views.py b/trubox/deals/views.py index 755413e..858e318 100755 --- a/trubox/deals/views.py +++ b/trubox/deals/views.py @@ -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)