diff --git a/modules/timer/caravanrank.go b/modules/timer/caravanrank.go index 47e827eb6..eb84e5da0 100644 --- a/modules/timer/caravanrank.go +++ b/modules/timer/caravanrank.go @@ -79,7 +79,6 @@ func (this *CaravanRank) Start() (err error) { // 0 0 0 ? * MON // 每周一零点 cron.AddFunc("0 0 0 ? * MON", this.TimerSeason) - this.TimerSeason() return }