diff --git a/cron.go b/cron.go index 18c33d2..8f28640 100644 --- a/cron.go +++ b/cron.go @@ -15,7 +15,7 @@ import ( func startCron() *cron.Cron { c := cron.New(cron.WithLocation(time.UTC)) c.AddFunc("15 7,15,23 * * *", cronSendWarReport) - c.AddFunc("58 6,14,22 * * *", cronSetDef) + c.AddFunc("59 6,14,22 * * *", cronSetDef) c.AddFunc("02 1,3,5,9,11,13,17,19,21 * * *", cronGetHammerTime) c.AddFunc("10 7,15,23 * * *", cronGetHammerTime) c.AddFunc("13 3,7,11,15,19,23 * * *", cronTribute)