Remove global thing

This commit is contained in:
Joshua Boniface 2018-05-31 23:51:49 -04:00
parent 365ad6709a
commit ae445d7770

View File

@ -66,7 +66,6 @@ node_list = []
@zk.ChildrenWatch('/nodes')
def updatenodes(new_node_list):
global node_list
node_list = new_node_list
active_node_list = []
flushed_node_list = []