mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-11 16:04:28 -07:00
- invalid test cases
- redfin and realtor bug fixes - dupe check bug fix
This commit is contained in:
@@ -44,7 +44,7 @@ class RealtorScraper(Scraper):
|
||||
|
||||
result = response_json["autocomplete"]
|
||||
|
||||
if result is None:
|
||||
if not result:
|
||||
raise NoResultsFound("No results found for location: " + self.location)
|
||||
|
||||
return result[0]
|
||||
|
||||
Reference in New Issue
Block a user