This commit is contained in:
jxxghp
2025-07-28 16:55:22 +08:00
parent 70dd8f0f1d
commit 5340e3a0a7
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ class Rclone(StorageBase):
retcode = subprocess.run(
[
'rclone', 'copyto',
str(path),
path.as_posix(),
f'MP:{new_path}'
],
startupinfo=self.__get_hidden_shell()