фикс 13
This commit is contained in:
2
app.py
2
app.py
@@ -1327,7 +1327,7 @@ def vmix_info(session_token: str):
|
|||||||
{
|
{
|
||||||
"date_and_stadium": f'{format_date_ru(row[1])} | {row[12] or ""}',
|
"date_and_stadium": f'{format_date_ru(row[1])} | {row[12] or ""}',
|
||||||
"tour": row[13].replace(" ", "-й ") or "",
|
"tour": row[13].replace(" ", "-й ") or "",
|
||||||
"tour_ID": row[13].replace(" ", "-й ") or ""}
|
"tour_ID": row[13].replace(" ", "-й ") or "",
|
||||||
"home_team": {
|
"home_team": {
|
||||||
"full_name": row[6] or "",
|
"full_name": row[6] or "",
|
||||||
"short_name": row[7] or "",
|
"short_name": row[7] or "",
|
||||||
|
|||||||
Reference in New Issue
Block a user