Merge pull request #996 from zhx8702/fix-star-manager
fix: install_plugin_from_file 方法load传参数改为文件名
This commit is contained in:
@@ -606,4 +606,4 @@ class PluginManager:
|
||||
except BaseException as e:
|
||||
logger.warning(f"删除插件压缩包失败: {str(e)}")
|
||||
# await self.reload()
|
||||
await self.load(desti_dir)
|
||||
await self.load(specified_dir_name=dir_name)
|
||||
|
||||
Reference in New Issue
Block a user