From 3ab226be35847535c0e577d05847d6fae576ffc9 Mon Sep 17 00:00:00 2001 From: lzx <93460847+lpxks@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:23:25 +0800 Subject: [PATCH] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 7216d61..22ed3c9 100644 --- a/main.py +++ b/main.py @@ -64,6 +64,7 @@ def push(content): except: total_html = session.get(url = user_url,headers = header).text; total = re.findall('(.*?) GB', total_html, re.S); + print(email,passwd) content = '签到失败' + ',当前剩余总流量: ' + total + "GB" print(content); push(content);