From 7301e6871a729d7de242298c88a51312ff3ca193 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:19:46 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=BE=D1=82=D0=BE3?= 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 7b0890b..7e48e7d 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",