liuxiaolong
2020-12-25 71bd1661109381d6e1245f04484fd01c3f7908b4
test
1个文件已修改
6 ■■■■ 已修改文件
hbusc.go 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
hbusc.go
@@ -146,10 +146,10 @@
                    Key: handle.conf.regKey,
                })
            }
            for i:=0;i<100;i++{
                time.Sleep(1*time.Second)
            for i:=0;i<10;i++{
                time.Sleep(500 * time.Millisecond)
                handle.printLog("i:", i)
                if i == 99 {
                if i == 9 {
                    break loop
                }
            }