fixed readme

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

View File

@ -44,6 +44,8 @@ try:
print ' Password : {}'.format(user.password)
print ' Group ID : {}'.format(user.group_id)
print ' User ID : {}'.format(user.user_id)
zk.enable_device()
except Exception, e:
print "Process terminate : {}".format(e)
finally: