mirror of
https://github.com/HChaZZY/NodeSeek-Signin.git
synced 2025-12-06 11:33:49 +08:00
Update nodeseek_sign.py
This commit is contained in:
@@ -100,7 +100,7 @@ def session_login():
|
||||
|
||||
cookie_dict = session.cookies.get_dict()
|
||||
cookie_string = '; '.join([f"{name}={value}" for name, value in cookie_dict.items()])
|
||||
print(f"获取到的Cookie: {cookie_string}")
|
||||
#print(f"获取到的Cookie: {cookie_string}")
|
||||
|
||||
return cookie_string
|
||||
else:
|
||||
@@ -219,4 +219,4 @@ if __name__ == "__main__":
|
||||
else:
|
||||
print("没有Cookie且未设置用户名密码,无法执行任何操作")
|
||||
if hadsend:
|
||||
send("nodeseek签到", "没有Cookie且未设置用户名密码,无法执行任何操作")
|
||||
send("nodeseek签到", "没有Cookie且未设置用户名密码,无法执行任何操作")
|
||||
|
||||
Reference in New Issue
Block a user