mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-16 04:53:11 +00:00
Changed crontab time
This commit is contained in:
parent
9294a769be
commit
9ef0bc46f3
@ -11,6 +11,6 @@ app.autodiscover_tasks()
|
||||
app.conf.beat_schedule = {
|
||||
'send-emails': {
|
||||
'task': 'send_emails',
|
||||
'schedule': crontab(hour=23, minute=58),
|
||||
'schedule': crontab(hour=11, minute=55),
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user