в json выводиться канал
This commit is contained in:
1
app.py
1
app.py
@@ -1431,6 +1431,7 @@ def vmix_schedule(session_token: str):
|
|||||||
),
|
),
|
||||||
"mask_time": "#FFFFFF00" if row[2] is not None and row[3] is not None else "#FFFFFF",
|
"mask_time": "#FFFFFF00" if row[2] is not None and row[3] is not None else "#FFFFFF",
|
||||||
"mask_score": "#FFFFFF00" if row[2] is None and row[3] is None else "#FFFFFF",
|
"mask_score": "#FFFFFF00" if row[2] is None and row[3] is None else "#FFFFFF",
|
||||||
|
"channel": row[6] or "",
|
||||||
}
|
}
|
||||||
for row in rows
|
for row in rows
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user