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 {