mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-07-03 05:23:28 +00:00
fix api_to_dict arg error
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user