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