andrayantelo / pomodoroapp

Pomodoro app made with Python and Tkinter
GNU General Public License v3.0
0 stars 0 forks source link

Reset and Start Problem #23

Closed andrayantelo closed 7 years ago

andrayantelo commented 8 years ago

You input a number, 2, for 2 seconds. You start the countdown, it counts down two seconds, then stops. The display reads "00:00:00". You click on reset, and it resets to "00:00:02", you click start again, ERROR

the error: time remaining is zero the countdown time is zero (from when the countdown ended)