BigK-hub / pomodoro_timer

a software for a timer, which can be used for studying or various other things you need a timer for
1 stars 0 forks source link

timer presumably displays floor(time) instead of ceil(time) #12

Closed domjanabi closed 1 year ago

domjanabi commented 1 year ago

this leads to seeing 0:00 on screen but still waiting a second for it to actually pass

BigK-hub commented 1 year ago

yeah so I was working with microseconds instead of jsut using seconds, which made the timer go to 0 but still count the remaining microseconds. I fixed that now and it works fine