locky %!s(int64=3) %!d(string=hai) anos
pai
achega
5aba1e3fd6
Modificáronse 1 ficheiros con 1 adicións e 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,