From 276ecdcb85d68a684ebcfed48c7d64d14c1a13ee 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 18:58:50 +0300 Subject: [PATCH] test19 --- visual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual.py b/visual.py index 7641734..0f8892a 100644 --- a/visual.py +++ b/visual.py @@ -614,7 +614,7 @@ if isinstance(cached_game_online, dict): col4_3.metric("TimeOuts", len(timeout1)) col5_1.metric("TimeOuts", len(timeout2)) - if isinstance(cached_live_status, list) and cached_live_status: + if isinstance([cached_live_status], list) and cached_live_status: foulsA = (cached_live_status["result"] or {}).get("foulsA") foulsB = (cached_live_status["result"] or {}).get("foulsB") if foulsA is not None: