We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7431709 commit 7f034adCopy full SHA for 7f034ad
interpreter/core/async_core.py
@@ -187,4 +187,4 @@ def __init__(self, async_interpreter, host="0.0.0.0", port=8000):
187
)
188
189
def run(self):
190
- uvicorn.run(self.app, host=self.host, port=self.port)
+ self.uvicorn_server.run()
0 commit comments