added date2 to getleagueprofessional
This commit is contained in:
parent
702c218405
commit
1f47d8a6ad
@ -3610,6 +3610,9 @@ class StockTicker():
|
||||
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user