This commit is contained in:
liwei1dao 2023-11-15 09:53:07 +08:00
commit c5ee5ba57a

View File

@ -79,7 +79,6 @@ func (this *CaravanRank) Start() (err error) {
// 0 0 0 ? * MON // 每周一零点 // 0 0 0 ? * MON // 每周一零点
cron.AddFunc("0 0 0 ? * MON", this.TimerSeason) cron.AddFunc("0 0 0 ? * MON", this.TimerSeason)
this.TimerSeason()
return return
} }