Skip to content

Commit

Permalink
fix 插件下载Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Dec 4, 2023
1 parent 0214beb commit 2c43d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helper/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __download_files(_p: str, _l: List[dict]) -> Tuple[bool, str]:
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:
Expand Down

0 comments on commit 2c43d8e

Please sign in to comment.