🚀 Auto-deploy: BotVPS atualizado em 27/03/2026 21:38:16

This commit is contained in:
2026-03-27 21:38:16 +00:00
parent 43332e6c06
commit b2904a2f9f
3 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ load_dotenv()
# Configurações obtidas do .env
TOKEN = os.getenv("TELEGRAM_BOT_TOKEN")
ALLOWED_USER_ID = os.getenv("TELEGRAM_CHAT_ID")
API_BASE_URL = "http://localhost:8000"
API_BASE_URL = "http://localhost:8001"
# O ID permitido deve ser comparado como string ou int, padronizando aqui
if ALLOWED_USER_ID: