fix: correct dashboard run return annotation

This commit is contained in:
LIghtJUNction
2026-06-26 10:53:04 +08:00
parent fcfe5ca41f
commit f8ce2fb468

View File

@@ -543,7 +543,7 @@ class AstrBotDashboard:
return True, resolved_ssl_config
async def run(self) -> None | None:
async def run(self) -> None:
if self._webui_fallback:
logger.warning(
"前端未内置或未初始化, 回退到仅启动后端. 请访问在线面板: dash.astrbot.men",