From f0d65f967386de6a9ca371bf8b5410f84bbfca70 Mon Sep 17 00:00:00 2001 From: John Pickup Date: Fri, 16 Jun 2023 12:00:32 +0100 Subject: [PATCH] . --- lib/ovenDisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ovenDisplay.py b/lib/ovenDisplay.py index cf8836d..116f503 100644 --- a/lib/ovenDisplay.py +++ b/lib/ovenDisplay.py @@ -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):