mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fix typo in API handling code
This commit is contained in:
@@ -132,7 +132,7 @@ class EveAPIHandler(BaseHandler):
|
||||
s = EVEAccount.objects.filter(characters__corporation__alliance__id=request.GET['allianceid'])
|
||||
|
||||
if s:
|
||||
return {'keys': s.values('api_user_id', 'user_id', 'api_status', 'api_ketype', 'api_last_updated')}
|
||||
return {'keys': s.values('api_user_id', 'user_id', 'api_status', 'api_keytype', 'api_last_updated')}
|
||||
|
||||
return {'keys': []}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user