Merge branch 'master' of ssh://dev.dredd.it/dreddit-auth

This commit is contained in:
Siebren Bakker
2010-08-10 09:26:35 -05:00
13 changed files with 15 additions and 53 deletions

View File

@@ -111,7 +111,6 @@ class EveAPIProxyHandler(BaseHandler):
obj = get_object_or_404(EVEAccount, pk=params['userid'])
params['apikey'] = obj.api_key
print params
cached_doc = CachedDocument.objects.api_query(url_path, params, exceptions=False)
return HttpResponse(cached_doc.body)