Fix typo in Prowl key config

This commit is contained in:
JonnyWong16 2017-12-02 09:36:31 -08:00
commit a6ee70b7ec

View file

@ -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'
},