Skip to content

Commit

Permalink
update listener
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed May 14, 2024
1 parent b1ee816 commit 24ad595
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 @@ -205,7 +205,7 @@ def run(
app.config.KEEP_ALIVE_TIMEOUT = keep_alive_timeout

app.register_listener(
partial(load_tracer_provider, endpoints=endpoints),
partial(load_tracer_provider, endpoints),
"main_process_start",
)

Expand Down

0 comments on commit 24ad595

Please sign in to comment.