This commit is contained in:
Daniel Roth 2026-04-23 16:06:54 +00:00
parent 82efc482c8
commit 19f54e7e10

View file

@ -98,7 +98,7 @@ def run_job() -> None:
first_name: str = cells.nth(1).inner_text().strip()
last_name: str = cells.nth(2).inner_text().strip()
address: str = cells.nth(5).inner_text().split(" ")[0].strip()
address: str = cells.nth(5).inner_text().strip()
postcode: str = cells.nth(7).inner_text().strip()
status: str = cells.nth(9).inner_text().strip()