Skip to content

Commit

Permalink
feat: Update machine ID reset logic with manual script guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng zhen committed Feb 4, 2025
1 parent 5207694 commit 880d2ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cursor_pro_keep_alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,10 @@ def reset_machine_id(less_than_0_45):
if less_than_0_45:
MachineIDResetter().reset_machine_ids()
else:
patch_cursor_get_machine_id.patch_cursor_get_machine_id()
# 提示请手动执行脚本 https://github.com/chengazhen/cursor-auto-free/blob/main/patch_cursor_get_machine_id.py
logging.info(
f"{Fore.RED}请手动执行脚本 https://github.com/chengazhen/cursor-auto-free/blob/main/patch_cursor_get_machine_id.py{Style.RESET_ALL}"
)


if __name__ == "__main__":
Expand Down

0 comments on commit 880d2ea

Please sign in to comment.