🐛🐛 修复异常问题

This commit is contained in:
liulong 2024-09-30 17:59:45 +08:00
parent 968bd54fc8
commit 7de5eb4bca

View File

@ -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)