Esempio n. 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"
Esempio n. 2
0
File: stderr.py Progetto: jnth/tyme
 def __init__(self, **kwargs):
     BaseNotification.__init__(self, **kwargs)  # do not change this line
Esempio n. 3
0
File: stderr.py Progetto: jnth/tyme
 def __init__(self, **kwargs):
     BaseNotification.__init__(self, **kwargs)  # do not change this line
Esempio n. 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"