From 91c6eeddc577e11f7be59d9c6e97b1c4b69cdd33 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 19:02:32 +0300 Subject: [PATCH] test22 --- visual.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/visual.py b/visual.py index b167b32..6fad4a6 100644 --- a/visual.py +++ b/visual.py @@ -565,7 +565,7 @@ timeout1 = [] timeout2 = [] if isinstance(cached_game_online, dict): - result = cached_game_online.get("result") or {} + result = cached_game_online plays = result.get("plays") or [] timeout1, timeout2 = [], [] @@ -580,6 +580,7 @@ if isinstance(cached_game_online, dict): t1 = result.get("team1") or {} t2 = result.get("team2") or {} + if t1.get("logo"): col1.image(t1["logo"], width=100) team1_name = t1.get("name") or ""