don't show upcoming games when live (prof)

This commit is contained in:
Justin 2023-05-23 18:24:23 +08:00 committed by GitHub
parent ee441dfd1c
commit a96e9b9657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3797,9 +3797,8 @@ class StockTicker():
x_offset += next_match.size[0]
else:
for match in league_info:
if match['time'] != 'Scheduled':
dateEvent = match['time']
date_timage = self.textImage(dateEvent, small_font, r = 255, g = 255, b = 255)