Put back as it was
This commit is contained in:
parent
c43770ace5
commit
d5af5bcf7d
@ -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'''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user