fix for simulated oven start_time so it works with kiln-tuner.py

This commit is contained in:
jbruce12000 2024-07-24 19:58:02 -04:00
parent f2cf1675cb
commit b0ebd2a01f

View File

@ -585,6 +585,8 @@ class SimulatedOven(Oven):
super().__init__()
self.start_time = self.get_start_time();
# start thread
self.start()
log.info("SimulatedOven started")