убрал / после host
This commit is contained in:
18
get_data.py
18
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}",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user