test9
This commit is contained in:
@@ -58,7 +58,7 @@ def _player_to_editor_dict(p: dict) -> dict:
|
||||
"first_name": p.get("first_name", "") or "",
|
||||
"number": str(p.get("number", "") or ""),
|
||||
"position": p.get("position", "") or "",
|
||||
"position_full": p.get("position_full", "") or p.get("position", "") or "",
|
||||
"position_full": p.get("position_full", "") or "",
|
||||
"is_captain": bool(p.get("is_captain")),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user