mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Set the data, add to crontab list
This commit is contained in:
@@ -101,6 +101,6 @@ class CorporationUpdate():
|
||||
return self.__logger
|
||||
|
||||
def job(self, args):
|
||||
for corp in EVEPlayerCorporation.objects.filter(eveplayercharacter__in=EVEPlayerCharacter.objects.all()):
|
||||
for corp in set(EVEPlayerCorporation.objects.filter(eveplayercharacter__in=EVEPlayerCharacter.objects.all())):
|
||||
print corp
|
||||
corp.query_and_update_corp()
|
||||
|
||||
Reference in New Issue
Block a user