From 4c0f31d0c5d715b0b52d5aed31b2d1f324e595ab Mon Sep 17 00:00:00 2001 From: Taksh Pratap Singh Date: Wed, 20 Apr 2022 18:56:35 -0500 Subject: [PATCH] Fix inconsistent tabs and spaces --- createThing-Cert.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/createThing-Cert.py b/createThing-Cert.py index 648175d..9720c07 100644 --- a/createThing-Cert.py +++ b/createThing-Cert.py @@ -24,7 +24,7 @@ def createThing(): thingArn = data['thingArn'] elif element == 'thingId': thingId = data['thingId'] - createCertificate() + createCertificate() def createCertificate(): global thingClient @@ -60,4 +60,4 @@ def createCertificate(): ) thingClient = boto3.client('iot') -createThing() \ No newline at end of file +createThing()