fix #1110
This commit is contained in:
parent
d47639bada
commit
b54f04a35b
@ -120,7 +120,7 @@ class PluginManager(metaclass=Singleton):
|
|||||||
if plugin.get("id") in install_plugins and not plugin.get("installed"):
|
if plugin.get("id") in install_plugins and not plugin.get("installed"):
|
||||||
# 下载安装
|
# 下载安装
|
||||||
state, msg = self.pluginhelper.install(pid=plugin.get("id"),
|
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:
|
if not state:
|
||||||
logger.error(
|
logger.error(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user