Typo
This commit is contained in:
parent
59410bf2d9
commit
c40c410033
2
pvcd.py
2
pvcd.py
@ -64,7 +64,7 @@ s_domain = dict()
|
||||
node_list = []
|
||||
|
||||
@zk.ChildrenWatch('/nodes')
|
||||
def updatenodes(new_node_list):
|
||||
def updatenodes(new_node_list, stat):
|
||||
global node_list
|
||||
node_list = new_node_list
|
||||
print('Node list: %s' % node_list)
|
||||
|
Loading…
x
Reference in New Issue
Block a user