Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 9f89dcb

Browse files
author
cheng zhen
committed
refactor: Simplify machine ID reset process with user guidance
1 parent 15541a9 commit 9f89dcb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cursor_pro_keep_alive.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,7 @@ def check_cursor_version():
376376

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

0 commit comments

Comments
 (0)