From 840c4393d2241afc578446ff2d1dac493ad75722 Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Thu, 13 Feb 2025 21:59:44 +0800 Subject: [PATCH] feat: Enable ExitCursor() call in main execution block --- cursor_pro_keep_alive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor_pro_keep_alive.py b/cursor_pro_keep_alive.py index 3d6d832..e9b3778 100644 --- a/cursor_pro_keep_alive.py +++ b/cursor_pro_keep_alive.py @@ -387,7 +387,7 @@ if __name__ == "__main__": browser_manager = None try: logging.info("\n=== 初始化程序 ===") - # ExitCursor() + ExitCursor() # 提示用户选择操作模式 print("\n请选择操作模式:")