mirror of
https://github.com/HChaZZY/NodeSeek-Signin.git
synced 2025-12-06 11:33:49 +08:00
Add files via upload
This commit is contained in:
@@ -212,6 +212,7 @@ def parse_cookies(cookie_str):
|
||||
return [c.strip() for c in cookies if c.strip()]
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
# 结果统计
|
||||
success_count = 0
|
||||
already_signed_count = 0
|
||||
@@ -309,4 +310,4 @@ if __name__ == "__main__":
|
||||
elif total_accounts == 0:
|
||||
print("无法执行操作:没有有效Cookie且未设置用户名密码")
|
||||
if hadsend:
|
||||
send("NodeSeek签到", "无法执行操作:没有有效Cookie且未设置用户名密码")
|
||||
send("NodeSeek签到", "无法执行操作:没有有效Cookie且未设置用户名密码")
|
||||
Reference in New Issue
Block a user