From 907ddd494b653e70b5a91594153f8239c3f6cd65 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: Wed, 5 Nov 2025 18:22:36 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=BE=D1=82=D0=BE=20=D0=BF=D1=83=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_data.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/get_data.py b/get_data.py index ad91cdc..883d211 100644 --- a/get_data.py +++ b/get_data.py @@ -1646,6 +1646,16 @@ async def team(who: str): ) + ".svg" ), + "photoGFX": ( + os.path.join( + "D:\\Photos", + result["league"]["abcName"], + result[who]["name"], + f"{item.get('displayNumber')}.png", + ) + if item.get("startRole") == "Player" + else "" + ), # live-стата "pts": _as_int(stats.get("points")), "pt-2": f"{g2}/{s2}",