From 3e0524bd1fffac68950f4aeaa8ebca11067acc3c Mon Sep 17 00:00:00 2001 From: Aaronchannn <61050095+Aaronchannn@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:19:31 +0800 Subject: [PATCH] Update wpspc.py Fix bug about name 'w' is not defined --- wpspc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpspc.py b/wpspc.py index 78bad10..3f8bd55 100644 --- a/wpspc.py +++ b/wpspc.py @@ -349,7 +349,7 @@ def run(self): self.get_space_quota() #获取空间额度 print("📝签到日志:") print(self.get_log()) - notify.send("WPS_PC", w.get_log()) + notify.send("WPS_PC", r.get_log()) except Exception as e: print("出错了!详细错误👇错误CK👉" + mt_token) print(e)