в json выводиться канал

This commit is contained in:
2026-05-15 14:08:08 +03:00
parent 5110c402e8
commit 761f46a932

1
app.py
View File

@@ -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
] ]