Skip to content

Commit

Permalink
🐞 fix: fin/#4
Browse files Browse the repository at this point in the history
  • Loading branch information
GalacticDevOps committed Jan 10, 2025
1 parent c854602 commit cece629
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ez-cursor-free",
"version": "1.0.5",
"version": "1.0.6",
"description": "Ez2 Use Cursor Free Tools",
"main": "./out/main/index.js",
"author": "Soleil",
Expand Down
1 change: 0 additions & 1 deletion resources/workspace/cursor_pro_keep_alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ def main():
finally:
if browser_manager:
browser_manager.quit()
input("\n按回车键退出...")


if __name__ == "__main__":
Expand Down
1 change: 0 additions & 1 deletion workspace/cursor_pro_keep_alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ def main():
finally:
if browser_manager:
browser_manager.quit()
input("\n按回车键退出...")


if __name__ == "__main__":
Expand Down

0 comments on commit cece629

Please sign in to comment.