adding status file

This commit is contained in:
Tanaes 2022-07-23 11:13:07 -04:00
parent a85926a04c
commit 5862e4caf1

View File

@ -32,7 +32,7 @@ class OvenWatcher(threading.Thread):
while True:
oven_state = self.oven.get_state()
with open(config.status_file, 'w') as f
with open(config.status_file, 'w') as f:
f.write(oven_state)
# record state for any new clients that join