Skip to content

Commit 7f034ad

Browse files
committed
Async server fix
1 parent 7431709 commit 7f034ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/core/async_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ def __init__(self, async_interpreter, host="0.0.0.0", port=8000):
187187
)
188188

189189
def run(self):
190-
uvicorn.run(self.app, host=self.host, port=self.port)
190+
self.uvicorn_server.run()

0 commit comments

Comments
 (0)