Update server.py
All checks were successful
Test web app / check (push) Successful in 31s

This commit is contained in:
Nova Cat 2025-01-18 20:04:15 -08:00
parent f275c1fe61
commit 5d6da9c44c

View file

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