From 429589bc6803fcab34e94c75dfe170aed6167d6e Mon Sep 17 00:00:00 2001 From: Guilherme <86894155+ShiromiyaG@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:58:55 -0300 Subject: [PATCH] Update run.bat --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.bat b/run.bat index 341a2c9..f9adf5b 100644 --- a/run.bat +++ b/run.bat @@ -56,7 +56,7 @@ if not exist env ( call "%CONDA_ROOT_PREFIX%\Scripts\activate.bat" "%INSTALL_ENV_DIR%" if errorlevel 1 goto :error -python main.py +python main.py --open if errorlevel 1 goto :error goto :eof