test angry birbs
This commit is contained in:
parent
7088bfa291
commit
ca5c2743e3
2
cron.go
2
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user