临时调整权限模块,备份
This commit is contained in:
@@ -331,7 +331,7 @@ class PluginManager:
|
||||
return plugin
|
||||
|
||||
except Exception as e:
|
||||
self.LOG.error(f"PluginManager:加载插件模块 {module_name} 失败: {e}", exc_info=True)
|
||||
self.LOG.exception(f"PluginManager:加载插件模块 {module_name} 失败: {e}", exc_info=True)
|
||||
return None
|
||||
|
||||
def unload_plugin(self, name: str) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user