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