remove reload
This commit is contained in:
parent
1eb93977f8
commit
8cbdcfc474
2 changed files with 2 additions and 2 deletions
|
|
@ -33,4 +33,4 @@ class InboundCallServer():
|
|||
)
|
||||
|
||||
def run(self, host="localhost", port=3000):
|
||||
uvicorn.run(self.app, host=host, port=port, reload=True)
|
||||
uvicorn.run(self.app, host=host, port=port)
|
||||
Loading…
Add table
Add a link
Reference in a new issue