Really put back ovenWatcher I hope;

pull/124/head
James Kirikland Garner 2022-12-18 10:54:35 -08:00
rodzic d5af5bcf7d
commit 21b2655867
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,4 @@
import threading,logging,json,time,datetime
from oven import Oven
log = logging.getLogger(__name__)
@ -33,7 +32,6 @@ class OvenWatcher(threading.Thread):
else:
self.recording = False
self.notify_all(oven_state)
time.sleep(self.oven.time_step)
def lastlog_subset(self,maxpts=50):