mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix: correct dashboard run return annotation
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user