.
This commit is contained in:
parent
e88f54472c
commit
f0d65f9673
@ -124,7 +124,7 @@ class OvenDisplay(threading.Thread):
|
||||
if (self.profile is None):
|
||||
log.error("No programme to start")
|
||||
else:
|
||||
log.info("Starting run " + self.profile.name)
|
||||
log.info("Starting run " + self.profile['name'])
|
||||
self.oven.run_profile(self.profile)
|
||||
|
||||
def prev_profile(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user