Skip to content

Commit

Permalink
Fix run.bat to use the new module
Browse files Browse the repository at this point in the history
  • Loading branch information
nponeccop committed Apr 15, 2023
1 parent 1c12a84 commit 77f44cd
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 @@ -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

0 comments on commit 77f44cd

Please sign in to comment.