mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fixes the cron jobs and account validation, enables account deletion
This commit is contained in:
@@ -3,6 +3,7 @@ import logging
|
||||
from django_cron import cronScheduler, Job
|
||||
from eve_api.models.api_player import EVEAccount, EVEPlayerCorporation
|
||||
import eve_api.api_puller.accounts
|
||||
from eve_api.api_exceptions import APIAuthException, APINoUserIDException
|
||||
|
||||
class UpdateAPIs(Job):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user