Skip to content

Commit 24bd9e7

Browse files
committed
Fix counter when using freeplay
1 parent 5c36340 commit 24bd9e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

term_timer/timer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,7 @@ async def start(self) -> bool:
293293

294294
if quit_solve:
295295
return False
296+
else:
297+
self.counter += 1
296298

297299
return True

0 commit comments

Comments
 (0)