new try
This commit is contained in:
parent
45fa0b993d
commit
da6f7cedae
@ -58,14 +58,14 @@ for xcz in xczs:
|
|||||||
id = id[0:-3]
|
id = id[0:-3]
|
||||||
|
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
["rclone", "copy", "-P", f'{remote}:"xcz/{xcz}"', "xcz/"],
|
["rclone", "copy", "-P", "-v", f"{remote}:xcz/{xcz}", "xcz/"],
|
||||||
stdout=sys.stdout,
|
stdout=sys.stdout,
|
||||||
)
|
)
|
||||||
|
|
||||||
for dlc in dlcs:
|
for dlc in dlcs:
|
||||||
if id in dlc:
|
if id in dlc:
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
["rclone", "copy", "-P", f'{remote}:"nsz/dlc/{dlc}"', "nsz/dlc/"],
|
["rclone", "copy", "-P", "-v", f"{remote}:nsz/dlc/{dlc}", "nsz/dlc/"],
|
||||||
stdout=sys.stdout,
|
stdout=sys.stdout,
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -76,7 +76,8 @@ for xcz in xczs:
|
|||||||
"rclone",
|
"rclone",
|
||||||
"copy",
|
"copy",
|
||||||
"-P",
|
"-P",
|
||||||
f'{remote}:"nsz/updates/{dlc}"',
|
"-v",
|
||||||
|
f"{remote}:nsz/updates/{dlc}",
|
||||||
"nsz/updates/",
|
"nsz/updates/",
|
||||||
],
|
],
|
||||||
stdout=sys.stdout,
|
stdout=sys.stdout,
|
||||||
|
Loading…
Reference in New Issue
Block a user