[mood] Fix mood checkin sending
This commit is contained in:
@ -153,7 +153,7 @@ CELERY_BEAT_SCHEDULE = {
|
||||
},
|
||||
"send-mood-checkin": {
|
||||
"task": "scrobbles.tasks.send_mood_checkin",
|
||||
"schedule": crontab(hour="*", minute=0),
|
||||
"schedule": crontab(hour="*/4", minute=0),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user