fix dlc
dl / lint (push) Successful in 1m26s Details
dl / docker (push) Successful in 37s Details

This commit is contained in:
Michel Roux 2023-09-10 18:36:56 +02:00
parent e41a717c6b
commit 58cf28b90b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ for xcz in xczs:
if id not in titles:
continue
id = id[0:-3]
id = id[0:-4]
subprocess.run(
["rclone", "copy", "-P", "-v", f"{remote}:xcz/{xcz}", "xcz/"],