diff --git a/lib/oven.py b/lib/oven.py index 8858c56..974c5a0 100644 --- a/lib/oven.py +++ b/lib/oven.py @@ -154,7 +154,7 @@ class TempSensorReal(TempSensor): self.ok_count += 1 else: - log.error(f"Problem reading temp N/C:{self.noConnection} GND:{self.shortToGround} VCC:{self.shortToVCC} ???:{self.unknownError}") + log.error("Problem reading temp N/C:%s GND:%s VCC:%s ???:%s" % (self.noConnection,self.shortToGround,self.shortToVCC,self.unknownError)) self.bad_count += 1 if len(temps):