add command to export the data in a way that the ui (immoweb) can consume

This commit is contained in:
Viktor Barzin 2025-05-26 19:36:54 +00:00
parent 102c20ac42
commit 7e8c79d3d1
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 66 additions and 3 deletions

View file

@ -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),