some fixes

workspace
Brendan Howell 3 years ago
parent 5a95fcbbd8
commit 6dcdca3fea

@ -155,7 +155,7 @@ class Publications(Bureau):
day_count += 1
prn.textln(" - " + period["period"])
prn.image(period["png"])
prn.textln(period["mintemp"] + " - " + period["maxtemp"] + "C")
prn.textln(str(period["mintemp"]) + " - " + str(period["maxtemp"]) + "°C")
if day_count > 4:
break
prn.ln()

Loading…
Cancel
Save