fix download
This commit is contained in:
parent
f64c87732a
commit
5a6d30e240
@ -51,7 +51,7 @@ def download(path, file):
|
||||
return
|
||||
|
||||
subprocess.run(
|
||||
["rclone", "copy", "-P", "-v", f"{remote}:{path}/{base}", f"{path}/"],
|
||||
["rclone", "copy", "-P", "-v", f"{remote}:{path}/{file}", f"{path}/"],
|
||||
check=True,
|
||||
stdout=sys.stdout,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user