Fix run.bat to use the new module

This commit is contained in:
nponeccop
2023-04-15 20:59:38 +02:00
committed by GitHub
parent 1c12a84ded
commit 77f44cdbbe

View File

@@ -4,5 +4,5 @@ if errorlevel 1 (
echo Installing missing packages...
pip install -r requirements.txt
)
python scripts/main.py %1
python -m autogpt %*
pause