From 1bff7ad3c67f7e65384da27cd089d9e8c98882d9 Mon Sep 17 00:00:00 2001 From: Danieleven Date: Mon, 4 Sep 2017 10:17:37 -0500 Subject: [PATCH] Updating deprecated endpoint from api.clickatell.com to platform.clickatell.com --- clickatell/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clickatell/__init__.py b/clickatell/__init__.py index b8492a9..2356f79 100755 --- a/clickatell/__init__.py +++ b/clickatell/__init__.py @@ -10,7 +10,7 @@ class Transport: the supported API methods """ - endpoint = "api.clickatell.com" + endpoint = "platform.clickatell.com" status = { "001": "The message ID is incorrect or reporting is delayed.", "002": "The message could not be delivered and has been queued for attempted redelivery.",