From 976295bc6f339db1f5c68519026a921070da3b49 Mon Sep 17 00:00:00 2001 From: dgw Date: Fri, 15 Nov 2013 09:44:48 -0500 Subject: [PATCH] Fix pushbullet Pushbullet gives a misleading error if the client uses www.pushbullet.com instead of api.pushbullet.com. Whatever the reason, using the correct hostname fixes it. --- push.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.cpp b/push.cpp index 938015f..cb177d2 100644 --- a/push.cpp +++ b/push.cpp @@ -260,7 +260,7 @@ class CPushMod : public CModule return; } - service_host = "www.pushbullet.com"; + service_host = "api.pushbullet.com"; service_url = "/api/pushes"; // BASIC auth, base64-encoded APIKey: