убрал точку из амплуа тренеров
This commit is contained in:
@@ -133,7 +133,7 @@ def parse_team(html: str) -> dict:
|
|||||||
"lastname": last_name,
|
"lastname": last_name,
|
||||||
"player": f"{last_name} {first_name}".strip(),
|
"player": f"{last_name} {first_name}".strip(),
|
||||||
"born": born.get_text(strip=True).replace(",", "") if born else "",
|
"born": born.get_text(strip=True).replace(",", "") if born else "",
|
||||||
"amplua": amplua.get_text(strip=True) if amplua else "",
|
"amplua": amplua.get_text(strip=True).replace(".", "") if amplua else "",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user