Fix for button not updating when Update changed the text

This commit is contained in:
MikeTheWatchGuy 2018-09-10 17:35:21 -04:00
parent efb82e241c
commit 080450c691
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,6 @@ def Timer():
current_time = int(round(time.time()*100)) - start_time
else:
button, values = form.Read()
# --------- Do Button Operations --------
if values is None or button == 'Exit':
break