From a3ea23f5d0671340f8516b3cacba5f7c2385e09f 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: Thu, 13 Nov 2025 18:10:16 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20/=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=81=D0=BB=D0=B5=20host?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_data.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/get_data.py b/get_data.py index 734abb9..4c32da4 100644 --- a/get_data.py +++ b/get_data.py @@ -125,15 +125,15 @@ EMPTY_PHOTO_PATH = r"D:\Графика\БАСКЕТБОЛ\VTB League\ASSETS\EMPT URLS = { - "seasons": "{host}/api/abc/comps/seasons?Tag={league}", - "actual-standings": "{host}/api/abc/comps/actual-standings?tag={league}&season={season}&lang={lang}", - "calendar": "{host}/api/abc/comps/calendar?Tag={league}&Season={season}&Lang={lang}&MaxResultCount=1000", - "game": "{host}/api/abc/games/game?Id={game_id}&Lang={lang}", - "pregame": "{host}/api/abc/games/pregame?tag={league}&season={season}&id={game_id}&lang={lang}", - "pregame-full-stats": "{host}/api/abc/games/pregame-full-stats?tag={league}&season={season}&id={game_id}&lang={lang}", - "live-status": "{host}/api/abc/games/live-status?id={game_id}", - "box-score": "{host}/api/abc/games/box-score?id={game_id}", - "play-by-play": "{host}/api/abc/games/play-by-play?id={game_id}", + "seasons": "{host}api/abc/comps/seasons?Tag={league}", + "actual-standings": "{host}api/abc/comps/actual-standings?tag={league}&season={season}&lang={lang}", + "calendar": "{host}api/abc/comps/calendar?Tag={league}&Season={season}&Lang={lang}&MaxResultCount=1000", + "game": "{host}api/abc/games/game?Id={game_id}&Lang={lang}", + "pregame": "{host}api/abc/games/pregame?tag={league}&season={season}&id={game_id}&lang={lang}", + "pregame-full-stats": "{host}api/abc/games/pregame-full-stats?tag={league}&season={season}&id={game_id}&lang={lang}", + "live-status": "{host}api/abc/games/live-status?id={game_id}", + "box-score": "{host}api/abc/games/box-score?id={game_id}", + "play-by-play": "{host}api/abc/games/play-by-play?id={game_id}", }