chiefwigms / picobrew_pico

MIT License
149 stars 63 forks source link

Issue 167 - mark session initialized for PicoFerm upon server boot #198

Closed tmack8001 closed 3 years ago

tmack8001 commented 3 years ago

Simply when restoring picoferm sessions the session.uninit wasn't being set so set this explicitly to False. Upon doing so it was immediately found that using the string stored as session.start_time would fail when being used for date math (to determine automatic end of session.. which maybe we remove anyways?) so converted that to a date object as well.