clear status on each oven iteration

pull/140/head
John Pickup 2023-06-24 06:04:59 +01:00
rodzic 7883a39dd3
commit 8295303954
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ listening_port = 8081
########################################################################
# how long the display module waits between polls for key-presses (s)
display_sleep_time=0.2
display_sleep_time=0.15
########################################################################
# Cost Information

Wyświetl plik

@ -416,6 +416,7 @@ class Oven(threading.Thread):
time.sleep(1)
continue
if self.state == "RUNNING":
self.status = ""
self.update_cost()
self.save_automatic_restart_state()
self.kiln_must_catch_up()