convert listings dump to asyncio

This commit is contained in:
Viktor Barzin 2025-05-17 21:55:42 +00:00
parent df24c2c1b7
commit ad879f2d4f
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 35 additions and 34 deletions

View file

@ -46,7 +46,7 @@ def detail_query(detail_id: int):
return response.json()
def listing_query(
async def listing_query(
page: int,
channel: ListingType,
min_bedrooms: int,