From 58412e8f3b22afc734d502f0647cb646ef93045a Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Tue, 18 Jun 2024 11:15:55 -0500 Subject: [PATCH] Update comment --- sdx_lc/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdx_lc/app.py b/sdx_lc/app.py index 60423df..636395a 100644 --- a/sdx_lc/app.py +++ b/sdx_lc/app.py @@ -90,7 +90,7 @@ def create_app(): # We use WsgiToAsgi adapter so that we can use an ASGI server (such as # uvicorn or hypercorn), like so: # -# $ uvicorn sdx_lc.app:asgi_app --host 0.0.0.0 --port 8080 +# $ uvicorn sdx_lc.app:asgi_app --host 0.0.0.0 --port $SDXLC_PORT # asgi_app = WsgiToAsgi(app)