added date2 to getleagueprofessional

This commit is contained in:
Justin
2023-04-27 17:49:38 +08:00
committed by GitHub
parent 702c218405
commit 1f47d8a6ad

View File

@@ -3610,7 +3610,10 @@ class StockTicker():
for match in league_info:
dateEvent = match['date'].replace('-', '.')
try:
dateEvent = match['date2']
except:
dateEvent = match['date'].replace('-', '.')
date_timage = self.textImage(dateEvent, small_font, r = 255, g = 255, b = 255)
if (league == 'PGA') or (league == 'LPGA') or (league == 'PGA_EU') or (league == 'LIV') or (league == 'NASCAR') or (league == 'F1'):