some cleanups
This commit is contained in:
parent
831c45e1f5
commit
289206afc0
8 changed files with 20 additions and 17 deletions
|
|
@ -239,7 +239,7 @@ class QueryParameters:
|
|||
district_names: set[str] = dataclasses.field(default_factory=set)
|
||||
radius: float = 0
|
||||
page_size: int = 500 # items per page
|
||||
max_days_since_added: int = 30
|
||||
max_days_since_added: int = 14 # for buy listings
|
||||
furnish_types: list[FurnishType] | None = None
|
||||
# The values below are not supported by rightmove
|
||||
# hence we apply them after fetching
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue