Before screen optimization round

This commit is contained in:
2026-05-25 11:09:20 +00:00
parent f40662ab27
commit 96b10e4358

View File

@@ -27,7 +27,7 @@ try:
+"\n Today's forecast: "+weather["forecast_today"] \ +"\n Today's forecast: "+weather["forecast_today"] \
+"\n Tomorrow: "+weather["forecast_tomorrow"] +"\n Tomorrow: "+weather["forecast_tomorrow"]
except: # Assume the weather API blew up 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, 60), txt2, font=fnt, fill=0)
d.multiline_text((1, 135), "Pirates:", 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) d.multiline_text((3,160), mlb.get_pirates(), font=fnt, fill=0)