🔨 修复 【腾讯视频】错误提示不明确的 BUG。

This commit is contained in:
Sitoi 2021-04-14 10:33:50 +08:00
parent b10ceb4e58
commit 3e74acbe1a

View File

@ -90,6 +90,8 @@ class VQQCheckIn:
msg = f"获得+10成长值"
elif "已发过货" in res.text:
msg = "任务已完成"
elif "任务未完成" in res.text:
msg = "任务未完成,需手动完成任务"
else:
msg = res.text
task_msg_list.append(f"{task_name}: {msg}")