From cc12256068510e6be2180e618ef915a093547069 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 10 Mar 2025 14:52:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E7=BE=A4=E6=B6=88=E6=81=AF=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- group_add/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_add/main.py b/group_add/main.py index 94c829a..1877d3f 100644 --- a/group_add/main.py +++ b/group_add/main.py @@ -12,7 +12,7 @@ from robot_cmd.robot_command import GroupBotManager class GroupAdd: def __init__(self, wcf: Wcf, gbm: GroupBotManager, all_contacts: dict): # 读取配置文件 - with open("group_video_man/config.toml", "rb") as f: + with open("group_add/config.toml", "rb") as f: plugin_config = tomllib.load(f) config = plugin_config["GroupAdd"]