Closed josuecb95 closed 2 years ago
Error in clear_data In the installable version (pip install pyzk) it has a bug in the clear_data function that has been resolved here in the code. If you could update the installer with the latest changes please.
More precisely, the error is in:
command_string = ''
And here it is solved with:
command_string = b''
we need @fananimi to update the pypi version
Error in clear_data In the installable version (pip install pyzk) it has a bug in the clear_data function that has been resolved here in the code. If you could update the installer with the latest changes please.
More precisely, the error is in:
command_string = ''
And here it is solved with:
command_string = b''