Skip to content

Commit

Permalink
Update run.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms authored Jan 25, 2024
1 parent 2bf0251 commit b1c4bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if not exist "%VENV_DIR%" (
)

rem
call "%VENV_DIR%\Scripts\activate" && python main.py
call "%VENV_DIR%\Scripts\activate" && python app.py

rem
pause

0 comments on commit b1c4bec

Please sign in to comment.