Ver código fonte

auto commit

master
jfinn 3 anos atrás
pai
commit
ef7815a117
1 arquivos alterados com 6 adições e 6 exclusões
  1. 6
    6
      wsps/tasks_loop.py

+ 6
- 6
wsps/tasks_loop.py Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar