Beispiel #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"
Beispiel #2
0
 def __init__(self, **kwargs):
     BaseNotification.__init__(self, **kwargs)  # do not change this line
Beispiel #3
0
 def __init__(self, **kwargs):
     BaseNotification.__init__(self, **kwargs)  # do not change this line
Beispiel #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"