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