Skip to content

Commit

Permalink
fix cmd again im slow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fudfather committed Nov 5, 2023
1 parent 43b7539 commit fa1599e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ if "%~1"=="" (
pushd src
python -m main
popd
pause
) else (
pushd src
python -m main -f %~1
popd
pause
)

exit /b 0

0 comments on commit fa1599e

Please sign in to comment.