Browse Source

auto commit

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

+ 1
- 1
wsps/consumers.py View File

@@ -28,7 +28,6 @@ class DispConsumer():
28 28
 
29 29
 
30 30
 class ChatConsumer(
31
-    AsyncWebsocketConsumer,
32 31
     DispConsumer,
33 32
     Mixins.DevMixin,
34 33
     Mixins.LoneMixinA,
@@ -36,6 +35,7 @@ class ChatConsumer(
36 35
     Mixins.AconMixin,
37 36
     Mixins.LoneMixinB,
38 37
     Mixins.DevMroMixin,
38
+    AsyncWebsocketConsumer,
39 39
     ):
40 40
     # def connect(self):
41 41
     async def ws_conn(self):

Loading…
Cancel
Save