kfetOpen bullet working

This commit is contained in:
Qwann 2017-02-11 00:29:12 +01:00
parent 4808650fa0
commit f87f1ceff1
10 changed files with 121 additions and 6 deletions

View file

@ -9,4 +9,5 @@ from kfet import consumers
channel_routing = [
route_class(consumers.KPsul, path=r"^/ws/k-fet/k-psul/$"),
route_class(consumers.KfetOpen, path=r"^/ws/k-fet/is_open/$"),
]