Skip to content

Commit 64b16e2

Browse files
committed
update
1 parent 0e6462c commit 64b16e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclone_expect_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def auto_rclone_config_end(child):
158158
# 输入q,退出配置;n新建;d删除;r重命名;c复制;s设置密码
159159
child.sendline('q')
160160
# print(subprocess.getoutput(f'./{dir_name}/rclone config show'))
161-
time.sleep(5)
161+
time.sleep(2)
162162

163163

164164
def one_drive(rclone_dir, drive_name, access_token=None):

0 commit comments

Comments
 (0)