Skip to content

Commit 4fcd055

Browse files
committed
ucloud: Fix default ssl_params value.
* The ssl_params default value can't be None.
1 parent a83c58a commit 4fcd055

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)