We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e637d0 commit e28a445Copy full SHA for e28a445
App/functions/delta-dtm-transsect-plot/src/main.py
@@ -127,4 +127,4 @@ async def root():
127
128
129
if __name__ == "__main__":
130
- uvicorn.run("main:app", host="0.0.0.0", port=settings.port, reload=True)
+ uvicorn.run("main:app", host="0.0.0.0", port=settings.port)
0 commit comments