diff --git a/screenless/bureau/publications/publications.py b/screenless/bureau/publications/publications.py index 4730d9f..34e0423 100644 --- a/screenless/bureau/publications/publications.py +++ b/screenless/bureau/publications/publications.py @@ -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.image(period["png"]) + prn.ln() if day_count > 4: break prn.ln()