From 17dd767c2297c44585d2bedbc112802390f3c99f Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 19 Feb 2018 11:57:21 -0800 Subject: [PATCH] Send HipChat header --- plexpy/notifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index a099db86..e68df418 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1835,7 +1835,7 @@ class HIPCHAT(Notifier): headers = {'Content-type': 'application/json'} - return self.make_request(self.config['hook'], json=data) + return self.make_request(self.config['hook'], headers=headers, json=data) def return_config_options(self): config_option = [{'label': 'Hipchat Custom Integrations Full URL',