From e7315a7b241da58b38b5b522ca228091ae7b2c2b Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 14 Jun 2015 20:29:42 -0600 Subject: [PATCH 1/2] NMA Endpoint Fix As per G+ discussion: https://plus.google.com/110805020263741864090/posts/3mfTq6cYwTf NotifyMyAndroid no longer utilizes nma.usk.biz, www.notifymyandroid.com works instead --- lib/pynma/pynma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pynma/pynma.py b/lib/pynma/pynma.py index fc7d8de2ee..8da9b74024 100644 --- a/lib/pynma/pynma.py +++ b/lib/pynma/pynma.py @@ -6,7 +6,7 @@ __version__ = "0.1" -API_SERVER = 'nma.usk.bz' +API_SERVER = 'www.notifymyandroid.com' ADD_PATH = '/publicapi/notify' USER_AGENT="PyNMA/v%s"%__version__ From 889847762e5d05e13faf5abb87ef2e4ed952e8e0 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 14 Jun 2015 20:32:11 -0600 Subject: [PATCH 2/2] NMA Endpoint Fix As per G+ discussion: https://plus.google.com/110805020263741864090/posts/3mfTq6cYwTf NotifyMyAndroid no longer utilizes nma.usk.biz, www.notifymyandroid.com works instead --- data/interfaces/default/config_notifications.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/config_notifications.tmpl b/data/interfaces/default/config_notifications.tmpl index 98ab3f5676..afcd5e60a5 100644 --- a/data/interfaces/default/config_notifications.tmpl +++ b/data/interfaces/default/config_notifications.tmpl @@ -855,7 +855,7 @@
-

Notify My Android

+

Notify My Android

Notify My Android is a Prowl-like Android App and API that offers an easy way to send notifications from your application directly to your Android device.