NBA API Version
1.11.3
Issue
I'm trying to build a tool which basically sends you emails/other info about NBA games, mainly when they start, and if there are any games of interest.
However, using the ScoreBoardV3 endpoint, gameStatus and gameStatusText don't seem to update, being stuck on 1, and the tip off time for the game. This makes it impossible to check whether the game has started through this method.
Code
games = scoreboardv3.ScoreboardV3(game_data=current_date) game_status_pd = games.get_data_frames()[1]