Skip to content

Commit

Permalink
restore game start time for upcoming games
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgalbu committed Nov 17, 2016
1 parent 6f11044 commit 4410749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4410749

Please sign in to comment.