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_dict = session.cookies.get_dict()
|
||||||
cookie_string = '; '.join([f"{name}={value}" for name, value in cookie_dict.items()])
|
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
|
return cookie_string
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user