Merge pull request #996 from zhx8702/fix-star-manager

fix: install_plugin_from_file 方法load传参数改为文件名
This commit is contained in:
Soulter
2025-03-26 15:26:53 +08:00
committed by GitHub
+1 -1
View File
@@ -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)