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