From fcc463b9aaf6733ab35ee8560e5398f378fc30c6 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Tue, 22 Nov 2022 12:05:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0=EF=BC=8C?= =?UTF-8?q?=E6=AF=8F=E4=B8=AA=E6=9B=B4=E6=96=B0=E4=BB=BB=E5=8A=A1=E5=A2=9E?= =?UTF-8?q?=E5=8A=A03=E7=A7=92=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto_pt/views.py | 2 ++ 1 file changed, 2 insertions(+) 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