mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 19:44:29 -08:00
- pending listing support
- removal of pending_or_contingent param
This commit is contained in:
@@ -19,6 +19,7 @@ class SiteName(Enum):
|
||||
class ListingType(Enum):
|
||||
FOR_SALE = "FOR_SALE"
|
||||
FOR_RENT = "FOR_RENT"
|
||||
PENDING = "PENDING"
|
||||
SOLD = "SOLD"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user