- redfin init

This commit is contained in:
Zachary Hampton
2023-09-15 15:42:47 -07:00
parent a79c4c6872
commit 469b703288
3 changed files with 35 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ from homeharvest import scrape_property
def test_redfin():
result = scrape_property(
location="85001"
location="85281"
)
assert result is not None