Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
675adc3735
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      wsps/consumers.py

+ 4
- 1
wsps/consumers.py View File

5
 import time
5
 import time
6
 p=print
6
 p=print
7
 
7
 
8
-class ChatConsumer(WebsocketConsumer):
8
+
9
+
10
+
11
+class ChatConsumer(WebsocketConsumer,wsps.tasks_loop.AclTaskMixin):
9
     def connect(self):
12
     def connect(self):
10
         p("!!!!!!!!!!!!!!!!!!!!?")
13
         p("!!!!!!!!!!!!!!!!!!!!?")
11
         print("",end="",flush=True)
14
         print("",end="",flush=True)

Loading…
Cancel
Save