Skip to content

Commit

Permalink
Update setupandrun.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
TogiFerretFerret authored Jan 16, 2025
1 parent 3097d37 commit d371479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupandrun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python\python.exe -m pip install -r requirements.txt
REM Open two command windows to run lms.py and run-uv.py
echo Starting lms.py and run-uv.py in separate command windows...
start cmd /k python\python.exe run-uv.py
sleep 3
powershell Start-Sleep -m 500
start cmd /k python\python.exe lms.py
echo All tasks completed.
endlocal
Expand Down

0 comments on commit d371479

Please sign in to comment.