From f0be4cd832c595923d6ff49be9d4433e3569555f Mon Sep 17 00:00:00 2001 From: qwerdvd <105906879+qwerdvd@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=82=E6=95=B0=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- starrail_damage_cal/cal_damage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starrail_damage_cal/cal_damage.py b/starrail_damage_cal/cal_damage.py index da09954..1c1e2f3 100644 --- a/starrail_damage_cal/cal_damage.py +++ b/starrail_damage_cal/cal_damage.py @@ -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