Merge pull request #1009 from kormat/corpstats_comma

Remove trailing , from CELERYBEAT_SCHEDULE example.
This commit is contained in:
Adarnof 2018-04-08 10:39:59 -04:00 committed by GitHub
commit 91e1a374b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ By default Corp Stats are only updated on demand. If you want to automatically r
CELERYBEAT_SCHEDULE['update_all_corpstats'] = {
'task': 'allianceauth.corputils.tasks.update_all_corpstats',
'schedule': crontab(minute=0, hour="*/6"),
},
}
Adjust the crontab as desired.