Correct typo

This commit is contained in:
Joshua Boniface 2018-09-21 01:35:33 -04:00
parent fc0465d112
commit 831fbe8f22
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def zk_listener(state):
except:
time.sleep(1)
elif state == kazoo.client.KazooState.CONNECTED:
anisiprint.echo('Connection to Zookeeper started', '', 'o')
ansiiprint.echo('Connection to Zookeeper started', '', 'o')
else:
pass