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.
This commit is contained in:
dgw 2013-11-15 09:44:48 -05:00
parent 6ed1610ebd
commit 976295bc6f
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class CPushMod : public CModule
return; return;
} }
service_host = "www.pushbullet.com"; service_host = "api.pushbullet.com";
service_url = "/api/pushes"; service_url = "/api/pushes";
// BASIC auth, base64-encoded APIKey: // BASIC auth, base64-encoded APIKey: