andrayantelo / pomodoroapp

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

start countdown in cdapp #8

Closed andrayantelo closed 8 years ago

andrayantelo commented 8 years ago

I was trying to figure out a way to toggle between a start state and a pause state. Started a toggle start_time method in the Stopwatch class (which I probably won't use). Figure out how to prevent runtimeError from occurring when clicking on start again. Have it pause before that happens... ?