This commit is contained in:
cdle
2021-09-24 08:41:01 +08:00
parent 3f341a6024
commit df5a95407a
+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" {
time.Sleep(time.Second * 5)
time.Sleep(time.Second * 10)
NotifyMasters("自动更新完成。")
return
}