Skip to content

Commit e28a445

Browse files
committed
dont watch for changes
1 parent 8e637d0 commit e28a445

File tree

1 file changed

+1
-1
lines changed
  • App/functions/delta-dtm-transsect-plot/src

1 file changed

+1
-1
lines changed

App/functions/delta-dtm-transsect-plot/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ async def root():
127127

128128

129129
if __name__ == "__main__":
130-
uvicorn.run("main:app", host="0.0.0.0", port=settings.port, reload=True)
130+
uvicorn.run("main:app", host="0.0.0.0", port=settings.port)

0 commit comments

Comments
 (0)