We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e0707 commit 04156ebCopy full SHA for 04156eb
awsiot/mqtt5_client_builder.py
@@ -784,4 +784,4 @@ def new_default_builder(**kwargs) -> awscrt.mqtt5.Client:
784
tls_ctx_options = awscrt.io.TlsContextOptions()
785
return _builder(tls_ctx_options=tls_ctx_options,
786
use_websockets=False,
787
- kwargs=kwargs)
+ **kwargs)
0 commit comments