fix for simulated oven start_time so it works with kiln-tuner.py
This commit is contained in:
parent
f2cf1675cb
commit
b0ebd2a01f
@ -585,6 +585,8 @@ class SimulatedOven(Oven):
|
|||||||
|
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
|
self.start_time = self.get_start_time();
|
||||||
|
|
||||||
# start thread
|
# start thread
|
||||||
self.start()
|
self.start()
|
||||||
log.info("SimulatedOven started")
|
log.info("SimulatedOven started")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user