mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-06 12:34:29 -08:00
fix: normalize unit num
This commit is contained in:
@@ -240,7 +240,7 @@ class RealtorScraper(Scraper):
|
||||
city=result["location"]["address"]["city"],
|
||||
state=result["location"]["address"]["state_code"],
|
||||
zip_code=result["location"]["address"]["postal_code"],
|
||||
unit=result["location"]["address"]["unit"],
|
||||
unit=parse_address_two(result["location"]["address"]["unit"]),
|
||||
country="USA",
|
||||
),
|
||||
site_name=self.site_name,
|
||||
|
||||
Reference in New Issue
Block a user