示例#1
0
文件: pushover.py 项目: jnth/tyme
 def __init__(self, **kwargs):
     BaseNotification.__init__(self, **kwargs)  # do not change this line
     self.url_post = "https://api.pushover.net/1/messages.json"
示例#2
0
文件: stderr.py 项目: jnth/tyme
 def __init__(self, **kwargs):
     BaseNotification.__init__(self, **kwargs)  # do not change this line
示例#3
0
文件: stderr.py 项目: jnth/tyme
 def __init__(self, **kwargs):
     BaseNotification.__init__(self, **kwargs)  # do not change this line
示例#4
0
文件: pushover.py 项目: jnth/tyme
 def __init__(self, **kwargs):
     BaseNotification.__init__(self, **kwargs)  # do not change this line
     self.url_post = "https://api.pushover.net/1/messages.json"