Remove global thing
This commit is contained in:
parent
365ad6709a
commit
ae445d7770
1
pvcd.py
1
pvcd.py
|
@ -66,7 +66,6 @@ node_list = []
|
||||||
|
|
||||||
@zk.ChildrenWatch('/nodes')
|
@zk.ChildrenWatch('/nodes')
|
||||||
def updatenodes(new_node_list):
|
def updatenodes(new_node_list):
|
||||||
global node_list
|
|
||||||
node_list = new_node_list
|
node_list = new_node_list
|
||||||
active_node_list = []
|
active_node_list = []
|
||||||
flushed_node_list = []
|
flushed_node_list = []
|
||||||
|
|
Loading…
Reference in New Issue