From 5ac6485c17eee56543262516fededdab4614c12b Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Wed, 25 Mar 2026 16:55:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BotVPS=20atualiza?= =?UTF-8?q?do=20em=2025/03/2026=2016:55:25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/start.sh b/start.sh index 3692e11..b18e843 100755 --- a/start.sh +++ b/start.sh @@ -8,8 +8,4 @@ fi # Inicia o serviço web com log unbuffered echo "Iniciando Uvicorn..." -uvicorn main:app --host 0.0.0.0 --port 8000 & - -# Inicia o Polling do Bot com log unbuffered -echo "Iniciando Bot (bot_logic.py)..." -python3 -u bot_logic.py +exec uvicorn main:app --host 0.0.0.0 --port 8000