mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Fix Optimer endpoint
This commit is contained in:
@@ -37,7 +37,7 @@ class OAuthOpTimerHandler(BaseHandler):
|
||||
def read(self, request, id=None):
|
||||
|
||||
try:
|
||||
obj = EVEAccount.object.get(pk=settings.FULL_API_USER_ID)
|
||||
obj = EVEAccount.objects.get(pk=settings.FULL_API_USER_ID)
|
||||
except EVEAccount.DoesNotExist:
|
||||
return {'ops':[{
|
||||
'startsIn': -1,
|
||||
|
||||
Reference in New Issue
Block a user