feat: 增加重置机器id

This commit is contained in:
chengchongzhen
2025-01-10 18:17:37 +08:00
parent 70764fd717
commit 1da2296372
3 changed files with 116 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
import os
from exit_cursor import ExitCursor
from reset_machine import MachineIDResetter
os.environ["PYTHONVERBOSE"] = "0"
os.environ["PYINSTALLER_VERBOSE"] = "0"
@@ -221,7 +222,6 @@ class EmailGenerator:
}
if __name__ == "__main__":
print_logo()
browser_manager = None
@@ -260,6 +260,8 @@ if __name__ == "__main__":
update_cursor_auth(
email=account, access_token=token, refresh_token=token
)
MachineIDResetter().reset_machine_ids()
else:
print("账户注册失败")