diff --git a/auto_pt/views.py b/auto_pt/views.py index 567fc14..ff52a7b 100644 --- a/auto_pt/views.py +++ b/auto_pt/views.py @@ -362,6 +362,8 @@ def exec_command(commands): 'command': key, 'res': p.returncode }) + # 休息2秒 + time.sleep(3) return result