From 0ee8453c66c6e909d33e3d9f474fbefd0a0c932e Mon Sep 17 00:00:00 2001 From: Bakkoda Date: Mon, 1 Jun 2015 12:51:25 -0400 Subject: [PATCH] Update pynma.py The current NMA domain has expired and is not responding. Updating the API_SERVER variable to a working domain fixes this issue. --- 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__