change wording in case user presses `Enter` earlier than device reboots

This commit is contained in:
HappyZ 2018-11-21 13:43:39 -06:00
parent 968d2b2cea
commit 7f0bc9f772
1 changed files with 2 additions and 2 deletions

View File

@ -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