From 46515fc7ced5ae572087b4340daaf75cbdb11b3e Mon Sep 17 00:00:00 2001 From: Hesteputepop Date: Thu, 15 Oct 2015 21:40:31 +0200 Subject: [PATCH] Update pynma.py Api server for NMA is outdated, nma.uak.bz is no longer in use and have to be replaced by www.notifymyandroid.com or www.notifymyandroid.appspot.com --- 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__