reload true

This commit is contained in:
Ajay Raj 2023-03-06 23:09:11 -08:00
commit 1eb93977f8
2 changed files with 2 additions and 2 deletions

View file

@ -33,4 +33,4 @@ class InboundCallServer():
)
def run(self, host="localhost", port=3000):
uvicorn.run(self.app, host=host, port=port)
uvicorn.run(self.app, host=host, port=port, reload=True)