mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Fix typo in Prowl key config
This commit is contained in:
parent
7921681fad
commit
a6ee70b7ec
1 changed files with 1 additions and 1 deletions
|
@ -2433,7 +2433,7 @@ class PROWL(Notifier):
|
|||
def return_config_options(self):
|
||||
config_option = [{'label': 'Prowl API Key',
|
||||
'value': self.config['key'],
|
||||
'name': 'prowl_keys',
|
||||
'name': 'prowl_key',
|
||||
'description': 'Your Prowl API key.',
|
||||
'input_type': 'text'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue