Fix
This commit is contained in:
parent
cfd4639630
commit
985977dafc
1
pvcd.py
1
pvcd.py
|
@ -79,6 +79,7 @@ def updatenodes(new_node_list):
|
||||||
else:
|
else:
|
||||||
t_node[node] = NodeInstance.NodeInstance(node, node_list, zk);
|
t_node[node] = NodeInstance.NodeInstance(node, node_list, zk);
|
||||||
t_node[node].start()
|
t_node[node].start()
|
||||||
|
time.sleep(0.1)
|
||||||
|
|
||||||
node_state = t_node[node].getstate()
|
node_state = t_node[node].getstate()
|
||||||
print(node_state)
|
print(node_state)
|
||||||
|
|
Loading…
Reference in New Issue