mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Send HipChat header
This commit is contained in:
parent
25b1dc6dd8
commit
17dd767c22
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue