关闭插件加载

This commit is contained in:
liuwei
2025-04-15 14:28:01 +08:00
parent 3d1f70b442
commit 24bafc4c20
2 changed files with 7 additions and 7 deletions

View File

@@ -414,7 +414,7 @@ class KidPhotoExtractorPlugin(MessagePluginInterface):
def start(self) -> bool:
"""启动插件"""
if self.enable:
if not self.enable:
self.LOG.info(f"[{self.name}] 插件已启动")
self.status = PluginStatus.RUNNING
return False