don't show upcoming games when live (prof)
This commit is contained in:
parent
ee441dfd1c
commit
a96e9b9657
@ -3797,9 +3797,8 @@ class StockTicker():
|
|||||||
x_offset += next_match.size[0]
|
x_offset += next_match.size[0]
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
for match in league_info:
|
for match in league_info:
|
||||||
|
if match['time'] != 'Scheduled':
|
||||||
dateEvent = match['time']
|
dateEvent = match['time']
|
||||||
date_timage = self.textImage(dateEvent, small_font, r = 255, g = 255, b = 255)
|
date_timage = self.textImage(dateEvent, small_font, r = 255, g = 255, b = 255)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user