fix rclone usage

This commit is contained in:
jxxghp
2024-08-16 17:14:20 +08:00
parent 6e334ef333
commit 5d3809b8f5
+1 -1
View File
@@ -319,7 +319,7 @@ class Rclone(StorageBase):
ret = subprocess.run( ret = subprocess.run(
[ [
'rclone', 'about', 'rclone', 'about',
'MP:' 'MP:/', '--json'
], ],
capture_output=True, capture_output=True,
startupinfo=self.__get_hidden_shell() startupinfo=self.__get_hidden_shell()