Skip to content

Commit f2172e0

Browse files
committed
nope
1 parent c747f2e commit f2172e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unstructured_platform_plugins/etl_uvicorn/api_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def generate_fast_api(
113113

114114
logger.debug(f"set static id response to: {plugin_id}")
115115

116-
fastapi_app = FastAPI(debug=True)
116+
fastapi_app = FastAPI()
117117

118118
response_type = get_output_sig(func)
119119

0 commit comments

Comments
 (0)