Skip to content

Commit c498f45

Browse files
committed
ET shows on 3rd row of LED board
1 parent 6bbd95d commit c498f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nba/game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self, game_info: Dict[str, any]):
1616
self.game_period = game_info['period']['current']
1717
self.game_status = game_info['isGameActivated']
1818

19-
self.start_date = game_info['startDateEastern']
19+
self.start_date = game_info['startDateEastern'][:-3]
2020

2121
self.away_name = game_info['vTeam']['triCode']
2222
self.away_score = game_info['vTeam']['score']

0 commit comments

Comments
 (0)