Browse Source

完善注释

locky 3 năm trước cách đây
mục cha
commit
5aba1e3fd6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,