Skip to content

Commit

Permalink
Greengrass discovery fix two (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedTwigleg authored May 4, 2023
1 parent e2a9943 commit 7e7ef7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/basic_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def try_iot_endpoints():
ca_bytes=gg_group.certificate_authorities[0].encode('utf-8'),
on_connection_interrupted=on_connection_interupted,
on_connection_resumed=on_connection_resumed,
client_id=cmdData.input_clientId,
client_id=cmdData.input_thing_name,
clean_session=False,
keep_alive_secs=30)

Expand Down

0 comments on commit 7e7ef7d

Please sign in to comment.