From 4b9cc0183c3d0aae4229bcc88740e3c613d7897c 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: Sat, 1 Nov 2025 19:18:21 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=BE=D1=82=D0=BE2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_data.py b/get_data.py index b11a301..7b0890b 100644 --- a/get_data.py +++ b/get_data.py @@ -1498,7 +1498,7 @@ async def team(who: str): "Name2GFX": (item.get("lastName") or "").strip(), "photoGFX": ( os.path.join( - "D:/Photos", + "D://Photos", LEAGUE.lower(), result[who]["name"], f"{item.get('displayNumber')}.png",