From e9153bb4d622646bef1a4001ff2dd97fa787688a Mon Sep 17 00:00:00 2001 From: Windsky <645297763@qq.com> Date: Wed, 24 Aug 2022 00:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=9C=AA=E5=AE=9A=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E7=B0=BF=E6=9B=B4=E6=8D=A2=E4=BA=86=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=E5=A5=96=E5=8A=B1=E5=88=97=E8=A1=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tearsofthemis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tearsofthemis.py b/tearsofthemis.py index ebfa215..9794f4a 100644 --- a/tearsofthemis.py +++ b/tearsofthemis.py @@ -27,7 +27,7 @@ class Tears_of_themis: def get_checkin_rewards(self) -> list: log.info("正在获取签到奖励列表...") - req = http.get(setting.honkai2_checkin_rewards, headers=self.headers) + req = http.get(setting.tearsofthemis_checkin_rewards, headers=self.headers) data = req.json() if data["retcode"] != 0: log.warning("获取签到奖励列表失败")