backlog with better start

MAX31855-EH
Sebastian Steuer 2013-11-30 01:55:35 +01:00
rodzic 44351b26c0
commit f278cc6d51
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -34,6 +34,8 @@ class OvenWatcher(threading.Thread):
self.last_log = []
self.started = datetime.datetime.now()
self.recording = True
#we just turned on, add first state for nice graph
self.last_log.append(self.oven.get_state())
def add_observer(self,observer):
if self.last_profile: