From 4d461130c3042db7f53c6265def7610214aa44e2 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Fri, 15 Oct 2021 02:36:04 +0200 Subject: [PATCH] some fixes --- screenless/bureau/publications/publications.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/screenless/bureau/publications/publications.py b/screenless/bureau/publications/publications.py index d75cf18..be6f6c0 100644 --- a/screenless/bureau/publications/publications.py +++ b/screenless/bureau/publications/publications.py @@ -154,7 +154,8 @@ class Publications(Bureau): if period["day"] != current: day_count += 1 prn.textln(" - " + period["period"]) - prn.image(period["png"], impl="graphics") + prn.image(period["png"]) + prn.ln() prn.textln(period["mintemp"] + " - " + period["maxtemp"] + "°C") if day_count > 4: break