fixed readme

This commit is contained in:
Fanani M. Ihsan 2016-06-17 14:00:39 +07:00
parent fb81af5d59
commit 13f73704e6

View File

@ -50,7 +50,6 @@ except Exception, e:
print "Process terminate : {}".format(e)
finally:
if conn:
# don't forget to re-enable device
zk.disconnect()
```