More bugs

This commit is contained in:
2018-05-31 23:40:21 -04:00
parent 70268cc154
commit bd4329b09f
2 changed files with 6 additions and 3 deletions

View File

@@ -23,6 +23,9 @@ class NodeInstance(threading.Thread):
def getname():
return self.name
def getstate():
return self.state
# Update value functions
def updatenodelist(node_list):
self.node_list = node_list