Skip to content

Commit

Permalink
Py to Python command
Browse files Browse the repository at this point in the history
  • Loading branch information
pintoso authored Jan 9, 2025
1 parent 5391b58 commit f0adc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurator.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if %ERRORLEVEL% NEQ 0 (
color 0C
echo Executable failed, trying Python...
py main.py --config 2>nul
python main.py --config 2>nul
if %ERRORLEVEL% NEQ 0 (
echo Python also failed!
echo Try reinstalling VRY or Python to fix this issue.
Expand Down

0 comments on commit f0adc21

Please sign in to comment.