调整新用户信息
This commit is contained in:
@@ -77,7 +77,7 @@ class PluginInterface(ABC):
|
|||||||
if os.path.exists(config_path):
|
if os.path.exists(config_path):
|
||||||
with open(config_path, "r", encoding="utf-8") as f:
|
with open(config_path, "r", encoding="utf-8") as f:
|
||||||
plugin_config = toml.load(f)
|
plugin_config = toml.load(f)
|
||||||
self.LOG.debug(f"从 {config_path} 加载插件{self.name}配置:{plugin_config}")
|
self.LOG.info(f"从 {config_path} 加载插件{self.name}配置:{plugin_config}")
|
||||||
self._config.update(plugin_config)
|
self._config.update(plugin_config)
|
||||||
self.LOG.debug(f"从 {config_path} 加载插件配置成功")
|
self.LOG.debug(f"从 {config_path} 加载插件配置成功")
|
||||||
return True
|
return True
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
[GroupMemberChange]
|
[GroupMemberChange]
|
||||||
enable = true
|
enable = true
|
||||||
check_interval = 30 # 检查间隔,单位为秒
|
|
||||||
Reference in New Issue
Block a user