Commit 9b206778 authored by ligang's avatar ligang
Browse files

remove annotation

parent 39f94615
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -29,11 +29,7 @@ schedule = sched.scheduler(time.time, time.sleep)
class ZkClient:
    def __init__(self):
        # hosts配置zk地址集群
        #self.zk = KazooClient(hosts='192.168.220.188:2181,192.168.220.189:2181,192.168.220.190:2181')
        print zookeepers
	#zookeepers1 = zookeepers
	    self.zk = KazooClient(hosts=zookeepers)
        print "ready start"
	    self.zk.start()

    # 读取配置文件,组装成字典