From fb81af5d59315a16c15e34ff933e54182a4be622 Mon Sep 17 00:00:00 2001 From: "Fanani M. Ihsan" Date: Fri, 17 Jun 2016 14:00:13 +0700 Subject: [PATCH] fixed readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2447865..4c36dbb 100644 --- a/README.md +++ b/README.md @@ -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: