disable 'PUBLISH_OUTPUT_PROGRESS=False'

This commit is contained in:
mrT23
2024-07-18 11:49:09 +03:00
parent a272c761a9
commit d088f9c19a
2 changed files with 2 additions and 2 deletions

View File

@ -349,7 +349,7 @@ async def root():
if get_settings().github_app.override_deployment_type:
# Override the deployment type to app
get_settings().set("GITHUB.DEPLOYMENT_TYPE", "app")
get_settings().set("CONFIG.PUBLISH_OUTPUT_PROGRESS", False)
# get_settings().set("CONFIG.PUBLISH_OUTPUT_PROGRESS", False)
middleware = [Middleware(RawContextMiddleware)]
app = FastAPI(middleware=middleware)
app.include_router(router)