fix rclone && alipan

This commit is contained in:
jxxghp
2024-10-19 12:29:45 +08:00
parent 6f299b3255
commit 1c2a194a7d
3 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ class Rclone(StorageBase):
ret = subprocess.run(
[
'rclone', 'about',
'MP:/', '--json'
'/', '--json'
],
capture_output=True,
startupinfo=self.__get_hidden_shell()