From 7f0bc9f7728fde45f7b9de7ad063dc71868ec814 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Wed, 21 Nov 2018 13:43:39 -0600 Subject: [PATCH] change wording in case user presses `Enter` earlier than device reboots --- python_api/libInteractive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_api/libInteractive.py b/python_api/libInteractive.py index 5b1d02d..7f2705d 100644 --- a/python_api/libInteractive.py +++ b/python_api/libInteractive.py @@ -72,8 +72,8 @@ def disable_id_check(dpt): return False try: input( - '>>> Press `Enter` key to continue after your DPT reboot, ' + - 'shows `update failure` message, and connects back to WiFi: ') + '>>> After your DPT reboots, shows `update failure` message, ' + + 'connects back to WiFi, etc., press `Enter` key to continue') except BaseException as e: dpt.err_print(str(e)) return False