diff --git a/astrbot/dashboard/server.py b/astrbot/dashboard/server.py index 5f3f49e10..70b9caeba 100644 --- a/astrbot/dashboard/server.py +++ b/astrbot/dashboard/server.py @@ -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",