This commit is contained in:
cdle
2021-09-25 09:31:49 +08:00
parent d23798c091
commit 42310a0a4f
+1 -1
View File
@@ -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
}