From 9d7f06e55bb7c7f00836ff3a2ceb1e4f0b87f8ce Mon Sep 17 00:00:00 2001 From: Dreamer-07 <2391105059@qq.com> Date: Sat, 15 Jun 2024 10:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap/bootstrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.go b/bootstrap/bootstrap.go index fb84525..16cad14 100644 --- a/bootstrap/bootstrap.go +++ b/bootstrap/bootstrap.go @@ -43,7 +43,7 @@ func Run() { crontab(self) crontab2(self) - // crontab3(self) + crontab3(self) crontab4(self) clearLimitLock() crontab5(self) -- Gitee