fix download

This commit is contained in:
Michel Roux 2023-09-11 10:21:10 +02:00
parent f64c87732a
commit 5a6d30e240
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)