def __init__(self, api_key, name, default_channel, default_priority='normal'):
self.api_key = api_key
self.name = name
self.default_channel = default_channel
self.slack = Slacker(self.api_key)
self.default_priority = default_priority
评论列表
文章目录