Try this. import rclone cfg_path = r'/root/.rclone.conf' with open(cfg_path) as f: cfg = f.read() result ...
確定! 回上一頁