Update libDPT.py

This commit is contained in:
HappyZ 2018-11-30 13:34:03 -06:00
parent 2b65346df0
commit 414a857be9
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ class DPT():
signed_nonce = sig_maker.sign(nonce)
except BaseException as e:
print("err:" + str(e))
return False
return self._put_auth(
{"client_id": client_id, "nonce_signed": signed_nonce})