Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
22de0f4ba7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      wsps/consumers.py

+ 1
- 0
wsps/consumers.py View File

@@ -6,6 +6,7 @@ import wsps.tasks_loop
6 6
 class ChatConsumer(WebsocketConsumer):
7 7
     def connect(self):
8 8
         p("!!!!!!!!!!!!!!!!!!!!")
9
+        print("",end="",flush=True)
9 10
         self.accept()
10 11
 
11 12
     def disconnect(self, close_code):

Loading…
Cancel
Save