diff --git a/docs/features/corpstats.md b/docs/features/corpstats.md index 0a274826..18beb86b 100644 --- a/docs/features/corpstats.md +++ b/docs/features/corpstats.md @@ -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.