More fixes

This commit is contained in:
2018-06-01 00:41:26 -04:00
parent 7bcb2e0b00
commit 9ab02318c6
2 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,7 @@ def updatenodes(new_node_list):
t_node[node].start()
node_state = t_node[node].getstate()
print(node_state)
if node_state == 'start':
active_node_list.append(t_node[node].getname())
elif node_state == 'flush':