mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 11:37:23 +08:00
fix rclone usage
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user