This commit is contained in:
shoopea 2020-10-20 11:48:07 +02:00
parent 9929fb7997
commit f7ab8cfb62

View File

@ -17,7 +17,7 @@ func startCron() *cron.Cron {
c := cron.New(cron.WithLocation(time.UTC))
c.AddFunc("58 6,14,22 * * *", cronSetDef)
c.AddFunc("00 0 * * *", cronUpdateAngryBirbs)
c.AddFunc("01 0 * * *", cronScrubData)
c.AddFunc("01 * * * *", cronScrubData)
c.AddFunc("02 1,3,5,9,11,13,17,19,21 * * *", cronGetHammerTime)
c.AddFunc("12 7,15,23 * * *", cronGetHammerTime)
c.AddFunc("13 3,7,11,15,19,23 * * *", cronTribute)