diff --git a/gcm/gcm.py b/gcm/gcm.py index d2b8c5e..703cbc0 100644 --- a/gcm/gcm.py +++ b/gcm/gcm.py @@ -13,7 +13,7 @@ from urllib.parse import unquote -GCM_URL = 'https://gcm-http.googleapis.com/gcm/send' +GCM_URL = 'https://fcm.googleapis.com/fcm/send' class KeyAuth(requests.auth.AuthBase):