diff --git a/examples/mqtt.py b/examples/mqtt.py index 980f305..4e94b80 100644 --- a/examples/mqtt.py +++ b/examples/mqtt.py @@ -78,7 +78,7 @@ def on_message(client, userdata, msg): line = 60 print(line) - drawblack.text((150, line), {msg.payload.decode()}, font = font10, fill = 0) + drawblack.text((150, line), msg.payload.decode(), font = font10, fill = 0) epd.display(epd.getbuffer(HBlackimage), epd.getbuffer(HRedimage)) #print(f"`{msg.topic}`: `{msg.payload.decode()}`")