Skip to content

Commit

Permalink
refactor: Simplify machine ID reset process with user guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng zhen committed Feb 13, 2025
1 parent 15541a9 commit 9f89dcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cursor_pro_keep_alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,7 @@ def check_cursor_version():

def reset_machine_id(greater_than_0_45):
if greater_than_0_45:
# 提示请手动执行脚本 https://github.com/chengazhen/cursor-auto-free/blob/main/patch_cursor_get_machine_id.py
patch_cursor_get_machine_id.patch_cursor_get_machine_id()
print("重置id: 请搜索go-cursor-help")
else:
MachineIDResetter().reset_machine_ids()

Expand Down

0 comments on commit 9f89dcb

Please sign in to comment.