Compare commits
2 Commits
bbf4e2dd4a
...
47b0b583ce
| Author | SHA1 | Date | |
|---|---|---|---|
| 47b0b583ce | |||
| 91c6278641 |
@@ -1620,6 +1620,8 @@ async def team(who: str):
|
||||
and item.get("lastName") is not None
|
||||
else "Команда"
|
||||
),
|
||||
"Name1GFX": (item.get('firstName') or '').strip(),
|
||||
"Name2GFX": (item.get('lastName') or '').strip(),
|
||||
"captain": item.get("isCapitan", False),
|
||||
"age": item.get("age") or 0,
|
||||
"height": f"{item.get('height')} cm" if item.get("height") else 0,
|
||||
|
||||
Reference in New Issue
Block a user