Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Jun 18, 2024
1 parent 695f14a commit 58412e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdx_lc/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 58412e8

Please sign in to comment.