fix download

This commit is contained in:
Michel Roux 2023-09-11 10:21:10 +02:00
parent f64c87732a
commit 5a6d30e240

View File

@ -51,7 +51,7 @@ def download(path, file):
return return
subprocess.run( subprocess.run(
["rclone", "copy", "-P", "-v", f"{remote}:{path}/{base}", f"{path}/"], ["rclone", "copy", "-P", "-v", f"{remote}:{path}/{file}", f"{path}/"],
check=True, check=True,
stdout=sys.stdout, stdout=sys.stdout,
) )