Fix for button not updating when Update changed the text
This commit is contained in:
parent
efb82e241c
commit
080450c691
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue