Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
ef7815a117
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      wsps/tasks_loop.py

+ 6
- 6
wsps/tasks_loop.py View File

40
 		pass
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…
Cancel
Save