mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Fix Join apikey
This commit is contained in:
parent
bd07cf5a04
commit
6b2bc0108b
1 changed files with 1 additions and 1 deletions
|
@ -1982,7 +1982,7 @@ class JOIN(Notifier):
|
|||
|
||||
def get_devices(self):
|
||||
if self.config['api_key']:
|
||||
params = {'api_key': self.config['api_key']}
|
||||
params = {'apikey': self.config['api_key']}
|
||||
|
||||
r = requests.get('https://joinjoaomgcd.appspot.com/_ah/api/registration/v1/listDevices', params=params)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue