Fix Join notifications not sending

This commit is contained in:
JonnyWong16 2017-12-31 11:39:00 -08:00
parent 450fda18f1
commit 645ef86c75

View file

@ -1963,7 +1963,7 @@ class JOIN(Notifier):
deviceid_key = 'deviceId%s' % ('s' if len(self.config['device_id'].split(',')) > 1 else '')
data = {'api_key': self.config['api_key'],
data = {'apikey': self.config['api_key'],
deviceid_key: self.config['device_id'],
'text': body.encode("utf-8")}