convert listings dump to asyncio
This commit is contained in:
parent
df24c2c1b7
commit
ad879f2d4f
3 changed files with 35 additions and 34 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue