fix menor

This commit is contained in:
Arturo Hernandez 2017-12-07 20:02:18 -04:00
parent cf81b697c7
commit 27b4996b02

View File

@ -179,6 +179,7 @@ class ZK(object):
(24 * 60 * 60) + (t.hour * 60 + t.minute) * 60 + t.second (24 * 60 * 60) + (t.hour * 60 + t.minute) * 60 + t.second
) )
return d return d
def connect(self): def connect(self):
''' '''
connect to the device connect to the device