Skip to content

Commit

Permalink
Merge pull request #2813 from InfinityPacer/feature/plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Oct 7, 2024
2 parents cd4a647 + 75530a2 commit b704dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def get_plugins_from_market(self, market: str, package_version: str = None) -> O
# 已安装插件
installed_apps = self.systemconfig.get(SystemConfigKey.UserInstalledPlugins) or []
# 获取在线插件
online_plugins = self.pluginhelper.get_plugins(repo_url=market, package_version=package_version) or {}
online_plugins = self.pluginhelper.get_plugins(market, package_version) or {}
if not online_plugins:
if not package_version:
logger.warning(f"获取插件库失败:{market},请检查 GitHub 网络连接")
Expand Down

0 comments on commit b704dcf

Please sign in to comment.