瀏覽代碼

auto commit

master
jfinn 2 年之前
父節點
當前提交
ef7815a117
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. 6
    6
      wsps/tasks_loop.py

+ 6
- 6
wsps/tasks_loop.py 查看文件

@@ -40,13 +40,13 @@ class globCL():
40 40
 		pass
41 41
 
42 42
 
43
-p("300 globCL.init_cnt:",globCL.init_cnt)
44
-glob_cl_a =  globCL()
45
-p("400 globCL.init_cnt:",globCL.init_cnt)
46
-glob_cl_b =  globCL()
47
-p("501 globCL.init_cnt:",globCL.init_cnt)
43
+# p("300 globCL.init_cnt:",globCL.init_cnt)
44
+glob_cl =  globCL()
45
+# p("400 globCL.init_cnt:",globCL.init_cnt)
46
+# glob_cl_b =  globCL()
47
+# p("501 globCL.init_cnt:",globCL.init_cnt)
48 48
 
49
-print("..",end="\n",flush=True)
49
+# print("..",end="\n",flush=True)
50 50
 
51 51
 
52 52
 

Loading…
取消
儲存