Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
847dcfe3df
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      wsps/consumers.py

+ 3
- 0
wsps/consumers.py View File

@@ -31,6 +31,9 @@ class ChatConsumer(
31 31
     async def ws_disconn(self, close_code):
32 32
         pass
33 33
 
34
+    async def ws_disconn_z(self, close_code):
35
+        pass
36
+
34 37
     async def ws_rec(self, text_data):
35 38
         p("text_data:",text_data)
36 39
         print("",end="",flush=True)

Loading…
Cancel
Save