Skip to content

Commit 82ed7d7

Browse files
Update windows_start.vbs
1 parent 9d9a615 commit 82ed7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows_start.vbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ WshShell.CurrentDirectory = cloneDir
1717
WScript.Echo "Installing Packages......"
1818
WshShell.Run "pip install -r requirements.txt", 0, True
1919

20-
' Run fixarr.py without displaying the console window
21-
WshShell.Run "python fixarr.py", 0, False
20+
' Run fixarr.py with displaying the console window
21+
WshShell.Run "python fixarr.py", 1, True

0 commit comments

Comments
 (0)