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:
@@ -263,6 +263,8 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
print(f"共发现 {len(accounts)} 个账户配置,{len(cookie_list)} 个现有Cookie")
|
print(f"共发现 {len(accounts)} 个账户配置,{len(cookie_list)} 个现有Cookie")
|
||||||
|
|
||||||
|
if len(cookie_list) > len(accounts):
|
||||||
|
cookie_list = cookie_list[:len(accounts)]
|
||||||
while len(cookie_list) < len(accounts):
|
while len(cookie_list) < len(accounts):
|
||||||
cookie_list.append("")
|
cookie_list.append("")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user