dattanchu / pymodoro

Pymodoro is the Pomodoro for Xmobar or Dzen. It runs and it tells you where you are in your current pomodoro session.
MIT License
65 stars 18 forks source link

Fix update of seconds_left for pymodoroi3 #51

Closed treiher closed 6 years ago

treiher commented 6 years ago

The seconds_left attribute has to be updated in the update_state function, in order that it is also updated in the pymodoroi3 script.

Fixes #50.