Revert "Typo"

This reverts commit c40c410033.
This commit is contained in:
Joshua Boniface 2018-05-31 23:30:21 -04:00
parent c40c410033
commit fe53a63039
1 changed files with 1 additions and 1 deletions

View File

@ -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)