Browse Source

auto commit

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

+ 2
- 2
wsps/consumers.py View File

@@ -11,8 +11,8 @@ class ChatConsumer(WebsocketConsumer):
11 11
         print("",end="",flush=True)
12 12
         # time.sleep(1.5)
13 13
 
14
-        p("!!!!!!!!!!!!!!!!!!!!")
15
-        print("",end="",flush=True)
14
+        # p("!!!!!!!!!!!!!!!!!!!!")
15
+        # print("",end="",flush=True)
16 16
         self.accept()
17 17
 
18 18
     def disconnect(self, close_code):

Loading…
Cancel
Save