This commit is contained in:
2026-04-21 17:14:42 +03:00
parent d3fa490fc1
commit 82833afcc5

View File

@@ -135,6 +135,7 @@ def get_match_lineup_for_editor(
# Если редактор уже сохранял состав — берём игроков из новой таблицы
if player_rows:
for row in player_rows:
print(row)
player = {
"player_id": row[3],
"player_name": row[4] or "",