Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
edaa5e84b7
2 changed files with 5 additions and 1 deletions
  1. 4
    0
      wsps/consumers.py
  2. 1
    1
      wsps/tasks_loop.py

+ 4
- 0
wsps/consumers.py View File

33
 # print("++",end="\n",flush=True)
33
 # print("++",end="\n",flush=True)
34
 
34
 
35
 
35
 
36
+
37
+
38
+
39
+

+ 1
- 1
wsps/tasks_loop.py View File

46
 glob_cl_b =  globCL()
46
 glob_cl_b =  globCL()
47
 p("500 globCL.init_cnt:",globCL.init_cnt)
47
 p("500 globCL.init_cnt:",globCL.init_cnt)
48
 
48
 
49
-print(end="...",flush=True)
49
+print("..",end="\n",flush=True)

Loading…
Cancel
Save