From 42310a0a4f9a11ea122ef5efe29f5deb69c08bbf Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Sat, 25 Sep 2021 09:31:49 +0800 Subject: [PATCH] update --- core/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test.go b/core/test.go index 1eb6fcb..293fbd2 100644 --- a/core/test.go +++ b/core/test.go @@ -15,7 +15,7 @@ func init() { vv := strings.Split(v, " ") tp, cd, ud := vv[0], Int(vv[1]), Int(vv[2]) if tp == "fake" && sillyGirl.GetBool("update_notify", false) == true { // - time.Sleep(time.Second * 20) + time.Sleep(time.Second * 10) NotifyMasters("自动更新完成。") return }