コード例 #1
0
ファイル: record.py プロジェクト: gholay/aliyun-ddns
 def __init__(self, config):
     self.config = config
     self.resolver = YunResolver(self.config.access_id,
                                 self.config.access_key, self.config.debug)
     self.local_record_list = self.get_local_record_list()
コード例 #2
0
ファイル: helper.py プロジェクト: kongkx/aliyun-ddns-client
 def __init__(self, config):
     self.config = config
     self.resolver = YunResolver(self.config.accessId, self.config.accessKey, self.config.debug)