fix dlc
This commit is contained in:
parent
e41a717c6b
commit
58cf28b90b
@ -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/"],
|
||||
|
Loading…
Reference in New Issue
Block a user