diff --git a/examples/mqtt.py b/examples/mqtt.py index 0571892..44a9b7e 100644 --- a/examples/mqtt.py +++ b/examples/mqtt.py @@ -141,7 +141,7 @@ try: if value_energyImportExport > 0: drawred.text((150, 30), str(value_energyImportExport) + " W", font = font10, fill = 0) else: - drawblack.text((150, 30), str(value_energyImportExport) * " W", font = font10, fill = 0) + drawblack.text((150, 30), str(value_energyImportExport) + " W", font = font10, fill = 0) #drawblack.rectangle((150, 45, 220, 50), fill = 255) drawblack.text((150, 45), str(value_houseBatterySoC), font = font10, fill = 0) #drawblack.rectangle((150, 60, 220, 50), fill = 255)