Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lpxks authored Jan 2, 2025
1 parent da1191f commit 3ab226b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def push(content):
except:
total_html = session.get(url = user_url,headers = header).text;
total = re.findall('<span class="counter">(.*?)</span> GB', total_html, re.S);
print(email,passwd)
content = '签到失败' + ',当前剩余总流量: ' + total + "GB"
print(content);
push(content);

0 comments on commit 3ab226b

Please sign in to comment.