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:
@@ -147,7 +147,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:
|
||||
|
||||
Reference in New Issue
Block a user