make dumping details async
This commit is contained in:
parent
ad879f2d4f
commit
3e7a144fb4
3 changed files with 27 additions and 23 deletions
|
|
@ -30,7 +30,7 @@ class PropertyType(enum.StrEnum):
|
|||
TERRACED = "terraced"
|
||||
|
||||
|
||||
def detail_query(detail_id: int):
|
||||
async def detail_query(detail_id: int):
|
||||
params = {
|
||||
"apiApplication": "ANDROID",
|
||||
"appVersion": "3.70.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue