This commit is contained in:
Joshua Boniface 2018-06-01 00:59:21 -04:00
parent cfd4639630
commit 985977dafc
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ 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)