mirror of
https://github.com/PaiGramTeam/StarRailDamageCal.git
synced 2024-11-28 02:06:39 +00:00
修复参数错误
This commit is contained in:
parent
a98891875f
commit
f0be4cd832
@ -104,7 +104,7 @@ class DamageCal:
|
||||
|
||||
@classmethod
|
||||
async def get_all_damage_data_by_uid(cls, uid: str):
|
||||
char_id_list, char_data_dict = await api_to_dict(sr_uid=uid)
|
||||
char_id_list, char_data_dict = await api_to_dict(uid=uid)
|
||||
|
||||
if isinstance(char_id_list, str):
|
||||
raise MihomoRequestError
|
||||
|
Loading…
Reference in New Issue
Block a user