Put back as it was

This commit is contained in:
James Kirikland Garner 2022-12-18 10:50:46 -08:00
parent c43770ace5
commit d5af5bcf7d

View File

@ -34,7 +34,7 @@ class OvenWatcher(threading.Thread):
self.recording = False
self.notify_all(oven_state)
time.sleep(0.5)
time.sleep(self.oven.time_step)
def lastlog_subset(self,maxpts=50):
'''send about maxpts from lastlog by skipping unwanted data'''