mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-07 12:43:25 +08:00
fix api_to_dict arg error
This commit is contained in:
parent
f5f79e09a4
commit
c4d2464d3c
@ -32,7 +32,7 @@ pic_500 = Image.open(TEXT_PATH / '500.png')
|
|||||||
|
|
||||||
async def api_to_card(uid: str) -> Union[str, bytes]:
|
async def api_to_card(uid: str) -> Union[str, bytes]:
|
||||||
char_id_list, _ = await api_to_dict(
|
char_id_list, _ = await api_to_dict(
|
||||||
sr_uid=uid,
|
uid=uid,
|
||||||
save_path=PLAYER_PATH,
|
save_path=PLAYER_PATH,
|
||||||
)
|
)
|
||||||
if (
|
if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user