added timer input

This commit is contained in:
Brightbites
2026-02-05 15:22:47 +00:00
parent bb065b551d
commit 72bf54007f
2 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ def pullSpreedsheet(inputCol, inputRow, link):
def countdownTime(countTime, onHold):
TimeNow = countTime
while True:
while onHold == False:
while not onHold:
t1 = monotonic()
TimeNow = TimeNow - 1
if TimeNow <= 0: # are we counting up?