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