From ba52e468de9677ad3f9260dc0123bced59d5738b Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Wed, 3 May 2023 03:57:44 +0000 Subject: [PATCH] powershell --- command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.py b/command.py index b29531f..da4552d 100644 --- a/command.py +++ b/command.py @@ -4,7 +4,7 @@ from time import sleep def run_cmd(): print("正在启动") sleep(0.5) - for i in range(3): + for i in range(4): os.system("start powershell") pass pass