Skip to content

Commit

Permalink
Update endpoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing authored May 29, 2020
1 parent 19d9110 commit 8f6a279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_sdk/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def run(
ssl_context = create_ssl_context(ssl_certificate, ssl_keyfile, ssl_password)
protocol = "https" if ssl_context else "http"

logger.info(f"Action endpoint is up and running on {protocol}://localhost:{port}.")
logger.info(f"Action endpoint is up and running on {protocol}://localhost:{port}")
app.run("0.0.0.0", port, ssl=ssl_context, workers=utils.number_of_sanic_workers())


Expand Down

0 comments on commit 8f6a279

Please sign in to comment.