优化更新,每个更新任务增加3秒间隔

This commit is contained in:
ngfchl
2022-11-22 12:05:17 +08:00
parent 072595a4a6
commit fcc463b9aa

View File

@@ -362,6 +362,8 @@ def exec_command(commands):
'command': key,
'res': p.returncode
})
# 休息2秒
time.sleep(3)
return result