From ca5c2743e3cea61cf3c7b9c0bc3c46d3b7cf78d3 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 1 Mar 2020 14:16:15 +0800 Subject: [PATCH] test angry birbs --- cron.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.go b/cron.go index 77e6820..adf28cf 100644 --- a/cron.go +++ b/cron.go @@ -22,7 +22,7 @@ func startCron() *cron.Cron { c.AddFunc("14 7,15,23 * * *", cronCheckVaultLimit) c.AddFunc("15 7,15,23 * * *", cronSendWarReport) c.AddFunc("@every 1m", cronSaveClients) - c.AddFunc("06 15 * * *", cronUpdateAngryBirbs) + c.AddFunc("17 06 * * *", cronUpdateAngryBirbs) c.Start() return c }