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):
|
def read(self, request, id=None):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
obj = EVEAccount.object.get(pk=settings.FULL_API_USER_ID)
|
obj = EVEAccount.objects.get(pk=settings.FULL_API_USER_ID)
|
||||||
except EVEAccount.DoesNotExist:
|
except EVEAccount.DoesNotExist:
|
||||||
return {'ops':[{
|
return {'ops':[{
|
||||||
'startsIn': -1,
|
'startsIn': -1,
|
||||||
|
|||||||
Reference in New Issue
Block a user