Browse Source

auto commit

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

+ 2
- 0
wsps/consumers.py View File

@@ -11,9 +11,11 @@ Mixins = wsps.tasks_loop.Mixins
11 11
 # class ChatConsumer(WebsocketConsumer,wsps.tasks_loop.AclTaskMixin,wsps.tasks_loop.AconMixin):
12 12
 class ChatConsumer(
13 13
     Mixins.DevMixin,
14
+    Mixins.LoneMixinA,
14 15
     Mixins.AclTaskMixin,
15 16
     Mixins.AconMixin,
16 17
     AsyncWebsocketConsumer
18
+    Mixins.LoneMixinB,
17 19
     Mixins.DevMroMixin,
18 20
     ):
19 21
     # def connect(self):

Loading…
Cancel
Save