Really put back ovenWatcher I hope;

This commit is contained in:
James Kirikland Garner 2022-12-18 10:54:35 -08:00
parent d5af5bcf7d
commit 21b2655867

View File

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