test15
This commit is contained in:
@@ -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 "",
|
||||
|
||||
Reference in New Issue
Block a user