From 4ca8bc7bbc7da5f9892f63aa3cb2c9f80f25afdf Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Mon, 30 Mar 2026 18:02:40 +0800 Subject: [PATCH] fix: type --- astrbot/core/astrbot_config_mgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/astrbot_config_mgr.py b/astrbot/core/astrbot_config_mgr.py index 077b5bcc2..24aed5908 100644 --- a/astrbot/core/astrbot_config_mgr.py +++ b/astrbot/core/astrbot_config_mgr.py @@ -107,7 +107,7 @@ class AstrBotConfigManager: abconf_name: str | None = None, ) -> None: """保存配置文件的映射关系""" - abconf_data: dict = self.sp.get( + abconf_data = self.sp.get( "abconf_mapping", {}, scope="global",