Remove extra line
This commit is contained in:
parent
20a45f3d36
commit
bce202246e
1
pvcd.py
1
pvcd.py
|
@ -73,7 +73,6 @@ def cleanup():
|
||||||
|
|
||||||
atexit.register(cleanup)
|
atexit.register(cleanup)
|
||||||
|
|
||||||
|
|
||||||
# Check if our node exists in Zookeeper, and create it if not
|
# Check if our node exists in Zookeeper, and create it if not
|
||||||
if zk.exists('%s' % mynodestring):
|
if zk.exists('%s' % mynodestring):
|
||||||
print("Node is present in Zookeeper")
|
print("Node is present in Zookeeper")
|
||||||
|
|
Loading…
Reference in New Issue