small fixes
This commit is contained in:
parent
e18c2c698c
commit
15873085e1
5 changed files with 12 additions and 29 deletions
|
@ -26,11 +26,6 @@ class KPsul(JsonWebsocketConsumer):
|
|||
pass
|
||||
|
||||
class KfetOpen(JsonWebsocketConsumer):
|
||||
|
||||
# Set to True if you want them, else leave out
|
||||
strict_ordering = False
|
||||
slight_ordering = False
|
||||
|
||||
def connection_groups(self, **kwargs):
|
||||
return ['kfet.is_open']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue