Skip to content

Commit 7e7ef7d

Browse files
Greengrass discovery fix two (#450)
1 parent e2a9943 commit 7e7ef7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/basic_discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def try_iot_endpoints():
6666
ca_bytes=gg_group.certificate_authorities[0].encode('utf-8'),
6767
on_connection_interrupted=on_connection_interupted,
6868
on_connection_resumed=on_connection_resumed,
69-
client_id=cmdData.input_clientId,
69+
client_id=cmdData.input_thing_name,
7070
clean_session=False,
7171
keep_alive_secs=30)
7272

0 commit comments

Comments
 (0)