From 3f0359a3965727efd911352a22d194c3087c1a07 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Wed, 21 Nov 2018 13:48:18 -0600 Subject: [PATCH] add a small heads up in case user thought the window haults and press keys --- python_api/libDPT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python_api/libDPT.py b/python_api/libDPT.py index c99f619..64729ab 100644 --- a/python_api/libDPT.py +++ b/python_api/libDPT.py @@ -293,6 +293,7 @@ class DPT(): self._get_api_with_cookies("/extensions/configs/{0}".format("{item}")) def update_firmware(self, fwfh): + self.info_print("fw updating in progress.. do NOT press anything..") filename = 'FwUpdater.pkg' # upload file response = self._put_api_with_cookies(