Skip to content

Commit

Permalink
fix kwargs (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera authored May 29, 2024
1 parent 56e0707 commit 04156eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsiot/mqtt5_client_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,4 +784,4 @@ def new_default_builder(**kwargs) -> awscrt.mqtt5.Client:
tls_ctx_options = awscrt.io.TlsContextOptions()
return _builder(tls_ctx_options=tls_ctx_options,
use_websockets=False,
kwargs=kwargs)
**kwargs)

0 comments on commit 04156eb

Please sign in to comment.