pull/27/head
Andrew de Quincey 2021-05-15 18:45:20 +01:00
rodzic 225e591f35
commit c1ca132697
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -399,7 +399,7 @@ class RealOven(Oven):
if heat_on > 0:
self.heat = 1.0
if self.output.heat_on:
if heat_on:
self.output.heat(heat_on)
if heat_off:
self.output.cool(heat_off)