Skip to content

Commit

Permalink
Merge pull request #37 from pxia/main
Browse files Browse the repository at this point in the history
Fix wrong parameter name.
  • Loading branch information
Quan666 authored Jun 9, 2024
2 parents 2b7b76f + ac0a40f commit 8eec13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pikpakapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ async def offline_list(
"type": "offline",
"thumbnail_size": "SIZE_SMALL",
"limit": size,
"next_page_token": next_page_token,
"page_token": next_page_token,
"filters": json.dumps({"phase": {"in": ",".join(phase)}}),
"with": "reference_resource",
}
Expand Down

0 comments on commit 8eec13c

Please sign in to comment.