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,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):

Loading…
Cancel
Save