瀏覽代碼

auto commit

master
jfinn 2 年之前
父節點
當前提交
5c885c329f
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      wsps/consumers.py

+ 2
- 2
wsps/consumers.py 查看文件

@@ -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…
取消
儲存