This commit is contained in:
Ariel Rin
2021-05-13 21:38:22 +10:00
14 changed files with 417 additions and 390 deletions

View File

@@ -26,7 +26,7 @@ DISCORD_SYNC_NAMES = False
CELERYBEAT_SCHEDULE['discord.update_all_usernames'] = {
'task': 'discord.update_all_usernames',
'schedule': crontab(hour='*/12'),
'schedule': crontab(minute=0, hour='*/12'),
}
```