some fixes

workspace
Brendan Howell 3 years ago
parent c9410d2036
commit 4d6a137982

@ -154,7 +154,7 @@ class Publications(Bureau):
if period["day"] != current:
day_count += 1
prn.textln(" - " + period["period"])
prn.image(period["png"], impl="bitImageColumn")
prn.image(period["png"], impl="graphics")
prn.textln(period["mintemp"] + " - " + period["maxtemp"] + "°C")
if day_count > 4:
break

Loading…
Cancel
Save