From eaa1fddfa902a7f3e02fd10ef53321015fc82cd5 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Mon, 2 Mar 2026 16:57:07 +0800 Subject: [PATCH] Update astrbot/cli/commands/cmd_init.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- astrbot/cli/commands/cmd_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/cli/commands/cmd_init.py b/astrbot/cli/commands/cmd_init.py index 0adbf3288..4f520a4cf 100644 --- a/astrbot/cli/commands/cmd_init.py +++ b/astrbot/cli/commands/cmd_init.py @@ -38,7 +38,7 @@ async def initialize_astrbot(astrbot_root: Path) -> None: "是否需要集成式 WebUI?(个人电脑推荐,服务器不推荐)", default=True, ): - await check_dashboard(astrbot_root / "data") + await check_dashboard(astrbot_root) else: click.echo("你可以使用在线面版(v4.14.4+),填写后端地址的方式来控制。")