Browse Source

auto commit

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

+ 1
- 3
wsps/consumers.py View File

@@ -29,11 +29,9 @@ class ChatConsumer(WebsocketConsumer):
29 29
 print(">>>>>>>>>>>>>")
30 30
 
31 31
 
32
-print("++",end="\n",flush=True)
32
+print("++.",end="\n",flush=True)
33 33
 # print("++",end="\n",flush=True)
34 34
 
35 35
 
36 36
 
37 37
 
38
-
39
-

+ 0
- 2
wsps/tasks_loop.py View File

@@ -50,5 +50,3 @@ print("..",end="\n",flush=True)
50 50
 
51 51
 
52 52
 
53
-
54
-

Loading…
Cancel
Save