Before screen optimization round
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user