mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 11:34:32 -08:00
fix: remove line
This commit is contained in:
@@ -204,7 +204,6 @@ class ZillowScraper(Scraper):
|
||||
area_min=result.get("minArea"),
|
||||
bldg_name=result.get("communityName"),
|
||||
status_text=result["statusText"],
|
||||
beds_min=result["minBeds"],
|
||||
price_min=price_value if "+/mo" in result["price"] else None,
|
||||
price_max=price_value if "+/mo" in result["price"] else None,
|
||||
latitude=result.get("latLong", {}).get("latitude"),
|
||||
|
||||
Reference in New Issue
Block a user