add command to export the data in a way that the ui (immoweb) can consume
This commit is contained in:
parent
102c20ac42
commit
7e8c79d3d1
4 changed files with 66 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ async def listing_query(
|
|||
) -> dict[str, Any]:
|
||||
params: dict[str, str] = {
|
||||
"locationIdentifier": location_id,
|
||||
"channel": channel.upper(),
|
||||
"channel": str(channel).upper(),
|
||||
"page": str(page),
|
||||
"numberOfPropertiesPerPage": str(page_size),
|
||||
"radius": str(radius),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue