From 0b620a71a494aff148079cb72038ddf6e10b0446 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Sat, 18 Sep 2021 17:04:56 +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 2515e99..cf815ac 100644 --- a/core/test.go +++ b/core/test.go @@ -14,7 +14,7 @@ func init() { if v != "" { vv := strings.Split(v, " ") tp, cd, ud := vv[0], Int(vv[1]), Int(vv[2]) - msg := name() + "重启完成。" + msg := "重启完成。" if cd == 0 { Push(tp, ud, msg) } else {