From e1172a00917ca58ff47aaa6e357ede8dfe314ff1 Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:02:42 +0800 Subject: [PATCH] update: rclone add remote control --- runtime/src/runtime/mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/runtime/mount.py b/runtime/src/runtime/mount.py index 5c07a5e..bfcbe34 100644 --- a/runtime/src/runtime/mount.py +++ b/runtime/src/runtime/mount.py @@ -69,7 +69,7 @@ def start_rclone_mount() -> None: "--poll-interval", "30s", "--log-level", "INFO", "--rc", - "--rc-addr 0.0.0.0:5572", + "--rc-addr", "0.0.0.0:5572", "--rc-no-auth", ] RCLONE_PROCESS = subprocess.Popen(