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 3ad5d80 commit 5590d6eCopy full SHA for 5590d6e
awsiot/mqtt5_client_builder.py
@@ -700,7 +700,7 @@ def new_default_builder(**kwargs) -> awscrt.mqtt5.Client:
700
This requires setting the client details manually by passing all the necessary data
701
in :mod:`common arguments<awsiot.mqtt5_client_builder>` to make a connection
702
"""
703
- _check_required_kwargs(kwargs)
+ _check_required_kwargs(**kwargs)
704
tls_ctx_options = awscrt.io.TlsContextOptions()
705
return _builder(tls_ctx_options=tls_ctx_options,
706
use_websockets=False,
0 commit comments