From fa005d77d4da9a0c8e971e7c6498c05ba7370aa9 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 26 Jan 2020 14:58:28 +0800 Subject: [PATCH] test --- cron.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)