More fixes
This commit is contained in:
parent
7bcb2e0b00
commit
9ab02318c6
|
@ -99,6 +99,8 @@ class NodeInstance(threading.Thread):
|
|||
self.flush()
|
||||
|
||||
def setup_remote_node(self):
|
||||
pass
|
||||
|
||||
@zk.DataWatch(self.zkey + '/state')
|
||||
def watch_state(data, stat):
|
||||
self.state = data.decode('ascii')
|
||||
|
|
Loading…
Reference in New Issue