no node status during update
This commit is contained in:
parent
47942e204c
commit
2e04379838
1 changed files with 3 additions and 4 deletions
|
@ -45,7 +45,6 @@ class Handler(WebSocketHandler):
|
|||
for node in state.nodes._nodes.values():
|
||||
node.trigger_status()
|
||||
|
||||
|
||||
#websocket calls
|
||||
def on_message(self, message):
|
||||
action, data = json.loads(message)
|
||||
|
|
Loading…
Reference in a new issue