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 ed4d2ae commit 768c046Copy full SHA for 768c046
examples/cpython/minimqtt_adafruitio_cpython.py
@@ -53,7 +53,7 @@ def message(client, topic, message):
53
password=secrets["aio_key"],
54
socket_pool=socket,
55
is_ssl=True,
56
- ssl_context=ssl.create_default_context()
+ ssl_context=ssl.create_default_context(),
57
)
58
59
# Setup the callback methods above
0 commit comments