From 281ce2974837c71b511ea6cdf4088d678d7f5fdd Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Tue, 14 Nov 2023 20:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B5=8B=E8=AF=95=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/timer/caravanrank.go | 1 - 1 file changed, 1 deletion(-) 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 }