예제 #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"