diff --git a/src/core/config.py b/src/core/config.py index 6d98c84..26e34ea 100644 --- a/src/core/config.py +++ b/src/core/config.py @@ -398,7 +398,6 @@ class ConfigManager: # 强制重新导入 try: import playwright - from playwright.async_api import async_playwright # 更新全局变量 self._playwright_available = True