mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Switch the corp information line to use logger instead of print
This commit is contained in:
@@ -102,5 +102,5 @@ class CorporationUpdate():
|
|||||||
|
|
||||||
def job(self, args):
|
def job(self, args):
|
||||||
for corp in set(EVEPlayerCorporation.objects.filter(eveplayercharacter__in=EVEPlayerCharacter.objects.all())):
|
for corp in set(EVEPlayerCorporation.objects.filter(eveplayercharacter__in=EVEPlayerCharacter.objects.all())):
|
||||||
print corp
|
self._logger.debug('Updating %s' % corp)
|
||||||
corp.query_and_update_corp()
|
corp.query_and_update_corp()
|
||||||
|
|||||||
Reference in New Issue
Block a user