From 96b10e435856e209dfc2e6a1affa7b09c852c2d9 Mon Sep 17 00:00:00 2001 From: Tim Meneely Date: Mon, 25 May 2026 11:09:20 +0000 Subject: [PATCH] Before screen optimization round --- imagegen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagegen.py b/imagegen.py index 491f30f..4c22328 100644 --- a/imagegen.py +++ b/imagegen.py @@ -27,7 +27,7 @@ try: +"\n Today's forecast: "+weather["forecast_today"] \ +"\n Tomorrow: "+weather["forecast_tomorrow"] except: # Assume the weather API blew up - txt2 = "Problem getting weather" + txt2 = "Problem getting weather (from ImageGen)" d.multiline_text((1, 60), txt2, font=fnt, fill=0) d.multiline_text((1, 135), "Pirates:", font=fnt, fill=0) d.multiline_text((3,160), mlb.get_pirates(), font=fnt, fill=0)