Skip to content

Commit 5114769

Browse files
committed
follow AWSIoTPythonSDK's parameter ordering
1 parent d37b71b commit 5114769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AWSIoTGG/GGConnector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def discover(self, thing, retry_count=5):
7777

7878
return core_info, group_ca_path
7979

80-
def connect(self, core_info, group_ca, private_key_path, certificate_path, retry_count=5):
80+
def connect(self, core_info, group_ca, certificate_path, private_key_path, retry_count=5):
8181
"""Attempts to connect to one of the discovered greengrass core devices"""
8282

8383
self._client.configureCredentials(

0 commit comments

Comments
 (0)