diff --git a/server.py b/server.py index 9808502..b0859c4 100644 --- a/server.py +++ b/server.py @@ -264,5 +264,5 @@ def relay(): # Run the Hypercorn ASGI server conf = Config() -conf.bind = "0.0.0.0:2009" +conf.bind = "'':2009" asyncio.run(serve(app, conf)) \ No newline at end of file