date2 added to upcoming + past games

This commit is contained in:
Justin 2023-04-27 17:24:51 +08:00 committed by GitHub
parent 785e882753
commit 702c218405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2913,6 +2913,9 @@ class StockTicker():
small_font = ImageFont.load("./fonts/5x7.pil")
for match in league_info:
try:
dateEvent = match['date2']
except:
dateEvent = match['date'].replace('-', '.')
date_timage = self.textImage(dateEvent, small_font, r=255, g=255, b=255)