mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-06 20:44:28 -08:00
chore: format
This commit is contained in:
@@ -130,7 +130,9 @@ class ZillowScraper(Scraper):
|
||||
home_info = result["hdpData"]["homeInfo"]
|
||||
address_data = {
|
||||
"street_address": home_info["streetAddress"],
|
||||
"unit": parse_address_two(home_info['unit']) if 'unit' in home_info else None,
|
||||
"unit": parse_address_two(home_info["unit"])
|
||||
if "unit" in home_info
|
||||
else None,
|
||||
"city": home_info["city"],
|
||||
"state": home_info["state"],
|
||||
"zip_code": home_info["zipcode"],
|
||||
|
||||
Reference in New Issue
Block a user