Update server.py
Some checks failed
Test web app / check (push) Failing after 30s

This commit is contained in:
Nova Cat 2025-01-18 20:03:23 -08:00
parent 27b87bb31f
commit f275c1fe61

View file

@ -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))