ソースを参照

auto commit

master
jfinn 2年前
コミット
bdccac7f40
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      wsps/consumers.py

+ 1
- 0
wsps/consumers.py ファイルの表示

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

読み込み中…
キャンセル
保存