def __init__(self):
try:
self.client = twilioclient(ACCOUNT_SID, AUTH_TOKEN)
except twilio.exceptions.TwilioException as e:
self.metrics["msg"] = "Check your credentials"
self.client = None
self.metrics['plugin_version'] = PLUGIN_VERSION
self.metrics['heartbeat_required'] = HEARTBEAT
评论列表
文章目录