fix
This commit is contained in:
@@ -15,7 +15,7 @@ func Boot() {
|
||||
|
||||
scheduler := cron.New()
|
||||
// 每天运行3次来更新数据
|
||||
scheduler.AddFunc("30 21 * * *", func() {
|
||||
scheduler.AddFunc("30 20 * * *", func() {
|
||||
updateTask()
|
||||
})
|
||||
scheduler.Start()
|
||||
|
||||
Reference in New Issue
Block a user