locky hace 3 años
padre
commit
5aba1e3fd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Object/IOTCore/IotObject.py

+ 1 - 1
Object/IOTCore/IotObject.py

@@ -24,7 +24,7 @@ class IOTObject(metaclass=ABCMeta):
 
 class IOTClient(IOTObject):
 
-    def __init__(self, region_id = 1):
+    def __init__(self, region_id=1):
 
         if region_id == 1:
             self.client = boto3.client('iot', region_name=AWS_IOT_SES_ACCESS_CHINA_REGION,