From 77f44cdbbecb7ccc959685650977245daa1545ca Mon Sep 17 00:00:00 2001 From: nponeccop Date: Sat, 15 Apr 2023 20:59:38 +0200 Subject: [PATCH] Fix run.bat to use the new module --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.bat b/run.bat index 081af67cfc33..afbab57a0603 100644 --- a/run.bat +++ b/run.bat @@ -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