Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#1678 from Significant-Gravita…
Browse files Browse the repository at this point in the history
…s/nponeccop-patch-1

Fix run.bat to use the new module
  • Loading branch information
richbeales authored Apr 15, 2023
2 parents 41acc81 + 9fb54d8 commit 5cee81f
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 5cee81f

Please sign in to comment.