Browse Source

auto commit

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

+ 1
- 0
wsps/consumers.py View File

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

Loading…
Cancel
Save