small fixes

This commit is contained in:
Qwann 2017-04-09 20:01:52 +02:00
parent e18c2c698c
commit 15873085e1
5 changed files with 12 additions and 29 deletions

View file

@ -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']