Fix kdocs runtime logger call

This commit is contained in:
2026-01-07 12:49:54 +08:00
parent 3bae759afc
commit 1e216ea356

View File

@@ -24,7 +24,7 @@ except Exception: # pragma: no cover - 运行环境缺少 playwright 时降级
pass pass
logger = get_logger("app") logger = get_logger()
config = get_config() config = get_config()