mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Removed django_cron dependancy, use manual started cronjobs
This commit is contained in:
@@ -192,9 +192,7 @@ class EVEPlayerCorporation(EVEAPIModel):
|
||||
continue
|
||||
except IndexError:
|
||||
# Something weird has happened
|
||||
print " * Index Error:", tag_map[0]
|
||||
continue
|
||||
|
||||
print "Updating", self.id, self.name
|
||||
self.api_last_updated = datetime.utcnow()
|
||||
self.save()
|
||||
|
||||
Reference in New Issue
Block a user