diff --git a/src/classes/schedule.py b/src/classes/schedule.py index c90c45b..c88c0c6 100644 --- a/src/classes/schedule.py +++ b/src/classes/schedule.py @@ -84,7 +84,7 @@ def getGames(self, date): # Create the title name = game_start_datetime_est.strftime("%Y-%m-%d") - if live_video: + if future_video: name = toLocalTimezone(game_start_datetime_est).strftime("%Y-%m-%d (at %I:%M %p)") # Add the teams' names and the scores if needed