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

Loading…
Cancel
Save