diff --git a/core/test.go b/core/test.go index 22bbf7a..1eb6fcb 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]) - if tp == "fake" && sillyGirl.GetBool("update_notify", false) == true { + if tp == "fake" && sillyGirl.GetBool("update_notify", false) == true { // time.Sleep(time.Second * 20) NotifyMasters("自动更新完成。") return