🚀 Auto-deploy: BotVPS atualizado em 27/03/2026 21:46:48

This commit is contained in:
2026-03-27 21:46:48 +00:00
parent b2904a2f9f
commit 5a6b196ade
2 changed files with 15 additions and 5 deletions

View File

@@ -204,4 +204,4 @@ async def get_orch_status(is_auth: bool = Depends(verify_password)):
if __name__ == "__main__":
import uvicorn
port = int(os.getenv("PORT", 8001))
uvicorn.run("main:app", host="0.0.0.0", port=port, reload=True)
uvicorn.run("main:app", host="0.0.0.0", port=port, reload=False)