Skip to content

Commit

Permalink
fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
varunshankar committed Nov 21, 2023
1 parent 02bff8b commit 98ac3c2
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 @@ -160,7 +160,7 @@ def run(
ssl_password: Optional[Text] = None,
auto_reload: bool = False,
tracer_provider: Optional[TracerProvider] = None,
keep_alive_timeout: Optional[int] = DEFAULT_KEEP_ALIVE_TIMEOUT,
keep_alive_timeout: int = DEFAULT_KEEP_ALIVE_TIMEOUT,
) -> None:
"""Starts the action endpoint server with given config values."""
logger.info("Starting action endpoint server...")
Expand Down

0 comments on commit 98ac3c2

Please sign in to comment.