From 86f6cb038e62147899c3b590862be5943ca4d153 Mon Sep 17 00:00:00 2001 From: zhx Date: Wed, 26 Mar 2025 15:06:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20install=5Fplugin=5Ffrom=5Ffile=20?= =?UTF-8?q?=E6=96=B9=E6=B3=95load=E4=BC=A0=E5=8F=82=E6=95=B0=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/star/star_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/star/star_manager.py b/astrbot/core/star/star_manager.py index 8a2bed689..67796decc 100644 --- a/astrbot/core/star/star_manager.py +++ b/astrbot/core/star/star_manager.py @@ -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)