fix api_to_dict arg error

This commit is contained in:
qwerdvd 2023-11-03 10:37:19 +08:00
parent f5f79e09a4
commit c4d2464d3c
No known key found for this signature in database
GPG Key ID: A3AF89C783404769

View File

@ -32,7 +32,7 @@ pic_500 = Image.open(TEXT_PATH / '500.png')
async def api_to_card(uid: str) -> Union[str, bytes]:
char_id_list, _ = await api_to_dict(
sr_uid=uid,
uid=uid,
save_path=PLAYER_PATH,
)
if (