This commit is contained in:
parent
f275c1fe61
commit
5d6da9c44c
1 changed files with 1 additions and 1 deletions
|
@ -264,5 +264,5 @@ def relay():
|
||||||
|
|
||||||
# Run the Hypercorn ASGI server
|
# Run the Hypercorn ASGI server
|
||||||
conf = Config()
|
conf = Config()
|
||||||
conf.bind = "'':2009"
|
conf.bind = ":2009"
|
||||||
asyncio.run(serve(app, conf))
|
asyncio.run(serve(app, conf))
|
Loading…
Add table
Reference in a new issue