glyph / Pomodouroboros

Pomodoro timer that acknowledges the inexorable, infinite passage of time
MIT License
189 stars 12 forks source link

don't crash at startup if there are old or broken pickles in `~/.local/share/pomodouroboros/` #47

Open glyph opened 1 year ago

glyph commented 1 year ago

Right now the loading of all the Day object histories occurs at startup, so if anything goes wrong with it, we crash before displaying the UI. That's bad!