From 7de5eb4bca2167e0b54846bc779752e5099c5249 Mon Sep 17 00:00:00 2001 From: liulong Date: Mon, 30 Sep 2024 17:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:bug:=20=E4=BF=AE=E5=A4=8D=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hykb_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hykb_tasks.py b/hykb_tasks.py index 6888810..1c83b37 100644 --- a/hykb_tasks.py +++ b/hykb_tasks.py @@ -232,7 +232,7 @@ class AsyncHykbTasks: elif response_json["key"] == "2001": fn_print(f"任务:【{task_items['bmh_task_title']}】今天已经领取过了!") else: - fn_print(f"奖励领取失败!{response_json.text}") + fn_print(f"奖励领取失败!{response.text}") except Exception as e: print("领取任务奖励异常: ", e)