diff --git a/backend/ecmk_fetcher/processor.py b/backend/ecmk_fetcher/processor.py index ca6cc175..4f8c24ea 100644 --- a/backend/ecmk_fetcher/processor.py +++ b/backend/ecmk_fetcher/processor.py @@ -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()