From 049e2493b504cfe171d423ef6915fbfe6d44bc05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Mon, 27 Oct 2025 21:14:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=20=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0=D0=BB=20play=5Fby=5Fplay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- visual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)