From b54f04a35bc0700b5b239d46a6fe8b65f8d783bd Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 12 Nov 2023 18:51:24 +0800 Subject: [PATCH] fix #1110 --- app/core/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/plugin.py b/app/core/plugin.py index 5c6b4e4f..5636c6f4 100644 --- a/app/core/plugin.py +++ b/app/core/plugin.py @@ -120,7 +120,7 @@ class PluginManager(metaclass=Singleton): if plugin.get("id") in install_plugins and not plugin.get("installed"): # 下载安装 state, msg = self.pluginhelper.install(pid=plugin.get("id"), - fi repo_url=plugin.get("repo_url")) + repo_url=plugin.get("repo_url")) # 安装失败 if not state: logger.error(