This commit is contained in:
2018-06-01 01:00:55 -04:00
parent 985977dafc
commit 0a8faac2aa
2 changed files with 29 additions and 22 deletions

View File

@ -79,7 +79,6 @@ def updatenodes(new_node_list):
else:
t_node[node] = NodeInstance.NodeInstance(node, node_list, zk);
t_node[node].start()
time.sleep(0.1)
node_state = t_node[node].getstate()
print(node_state)