fix(botmgr): ref errors

This commit is contained in:
Junyan Qin
2025-04-14 23:45:00 +08:00
parent 69435c04cc
commit e5c0e41336
4 changed files with 28 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ class SystemRouterGroup(group.RouterGroup):
data={
"version": constants.semantic_version,
"debug": constants.debug_mode,
"enabled_platform_count": len(self.ap.platform_mgr.adapters)
"enabled_platform_count": len(self.ap.platform_mgr.get_running_adapters())
}
)