|
@@ -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,
|