Skip to content

Commit

Permalink
add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed Jun 30, 2022
1 parent 25d7298 commit e5c9708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rasa_sdk/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def run(
ssl_password: Optional[Text] = None,
auto_reload: bool = False,
) -> None:
"""Starts the action endpoint server with given config values."""
logger.info("Starting action endpoint server...")
app = create_app(
action_package_name, cors_origins=cors_origins, auto_reload=auto_reload
Expand Down

0 comments on commit e5c9708

Please sign in to comment.