Ver Fonte

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

chengchongzhen há 1 ano atrás
pai
commit
1ef5f3c743
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      cursor_pro_keep_alive.py

+ 1 - 1
cursor_pro_keep_alive.py

@@ -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()