fix 插件下载Bug

This commit is contained in:
jxxghp 2023-12-04 16:58:39 +08:00
parent 0214beb679
commit 2c43d8e145

View File

@ -107,7 +107,7 @@ class PluginHelper(metaclass=Singleton):
l, m = __get_filelist(p)
if not l:
return False, m
return __download_files(p, l)
__download_files(p, l)
return True, ""
if not pid or not repo_url: