diff --git a/visual.py b/visual.py index a1edbab..8755e1f 100644 --- a/visual.py +++ b/visual.py @@ -1358,7 +1358,7 @@ if isinstance(cached_scores_quarter, list) and len(cached_scores_quarter) >= 2: if isinstance(cached_play_by_play, list) and isinstance(cached_game_online, dict): - plays = (cached_game_online.get("result") or {}).get("plays") or [] + plays = cached_game_online.get("plays") or [] if plays: tab_temp_6.table(cached_play_by_play)