From c40c410033f8d4fe5c058209d9d5585b6e139243 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 31 May 2018 23:29:36 -0400 Subject: [PATCH] Typo --- pvcd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvcd.py b/pvcd.py index 3e0560c5..51662e7d 100755 --- a/pvcd.py +++ b/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)