some fixes

workspace
Brendan Howell 3 years ago
parent 8d856e6326
commit 5a95fcbbd8

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

Loading…
Cancel
Save