Files
brewpi/components
jens 3ed2961dce Stop Sud.load() from overwriting the configured sud.json on disk
load() used to immediately persist whatever was loaded back to
self.path - the file the server was originally configured with. This
meant any Load (including "New Sud"'s empty schedule) silently
clobbered the currently-configured brew file, with no way to get it
back. load()/save() now operate purely on an in-memory copy; a client
that wants to persist a schedule does so explicitly itself (the GUI's
Save already prompts for a destination - this just removes the
hidden, automatic disk write load() was doing underneath it).
2026-06-21 10:12:47 +02:00
..
2021-10-18 14:32:56 +02:00
2021-10-02 11:10:43 +02:00
2020-12-18 15:58:02 +01:00
2021-08-12 09:32:02 +02:00