Skip to content

Commit 1fd5139

Browse files
authored
Merge pull request #9 from bcmi-labs/ssl_params_fix
ucloud: Fix default ssl_params value.
2 parents a83c58a + 4fcd055 commit 1fd5139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino_iot_cloud/ucloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def __init__(
175175
device_id,
176176
username=None,
177177
password=None,
178-
ssl_params=None,
178+
ssl_params={},
179179
server="mqtts-sa.iot.oniudra.cc",
180180
port=8883,
181181
keepalive=10

0 commit comments

Comments
 (0)