dnaextrim / python_zklib

Attendance Machine Libraries for python with a connection to the network using the UDP protocol and port 4370
GNU General Public License v2.0
78 stars 122 forks source link

Disable is not working #12

Closed inakimalerba closed 6 years ago

inakimalerba commented 7 years ago

Hi ! Im using your lib to connect to my fingerprint reader, but I can't make the disable command work.

Any idea what it can be?

Thanks in advance

fananimi commented 7 years ago

@Inakimalerba you can try alternate solution by using pyzk. http://pyzk.readthedocs.io/en/stable/

inakimalerba commented 7 years ago

Thank you @fananimi , I'll give it a try !