From 414a857be9af3e559a857de97b12226373b71c99 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Fri, 30 Nov 2018 13:34:03 -0600 Subject: [PATCH] Update libDPT.py --- python_api/libDPT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python_api/libDPT.py b/python_api/libDPT.py index 6ac6b3c..4c7e738 100644 --- a/python_api/libDPT.py +++ b/python_api/libDPT.py @@ -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})