Update nodeseek_sign.py

This commit is contained in:
yowiv
2025-05-11 01:58:27 +08:00
committed by GitHub
parent 8d128ab3da
commit d2f54a6fee

View File

@@ -240,12 +240,12 @@ if __name__ == "__main__":
print(f"当前运行环境: {env_type}")
accounts = []
user = os.getenv("USER")
password = os.getenv("PASS")
if user and password:
accounts.append({"user": user, "password": password})
index = 1
while True:
user = os.getenv(f"USER{index}")