fix: enable cursor exit functionality during initialization in cursor_pro_keep_alive.py

This commit is contained in:
chengchongzhen
2025-01-11 13:49:36 +08:00
parent 29acac661a
commit 1ef5f3c743

View File

@@ -244,7 +244,7 @@ if __name__ == "__main__":
browser_manager = None
try:
logging.info("\n=== 初始化程序 ===")
# ExitCursor()
ExitCursor()
logging.info("正在初始化浏览器...")
browser_manager = BrowserManager()
browser = browser_manager.init_browser()