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