Correct typo
This commit is contained in:
parent
fc0465d112
commit
831fbe8f22
|
@ -106,7 +106,7 @@ def zk_listener(state):
|
||||||
except:
|
except:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
elif state == kazoo.client.KazooState.CONNECTED:
|
elif state == kazoo.client.KazooState.CONNECTED:
|
||||||
anisiprint.echo('Connection to Zookeeper started', '', 'o')
|
ansiiprint.echo('Connection to Zookeeper started', '', 'o')
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue