refactor dump listings to start using model instead of the data_access object
This commit is contained in:
parent
842f7cefbe
commit
4f5a934fa9
5 changed files with 52 additions and 38 deletions
|
|
@ -115,7 +115,7 @@ async def listing_query(
|
|||
radius: float,
|
||||
min_price: int,
|
||||
max_price: int,
|
||||
location_id: str = "STATION^5168", # kings cross station
|
||||
location_id: str, # = "STATION^5168", # kings cross station
|
||||
mustNewHome: bool = False,
|
||||
max_days_since_added: int = 30,
|
||||
property_type: list[PropertyType] = [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue