Fix authenticated calls for APIs already in the DB

This commit is contained in:
2012-07-07 13:08:25 +01:00
parent 433e8106a2
commit 314a4088e6

View File

@@ -25,7 +25,7 @@ class EVEAPIProxyView(View):
return HttpResponse('No Service ID provided.')
#try:
cached_doc = CachedDocument.objects.api_query(url_path, params, exceptions=False)
cached_doc = CachedDocument.objects.api_query(url_path, dict(params), exceptions=False)
#except:
# return HttpResponseServerError('Error occured')