From a6ee70b7ec84478508d43f2175f4ff209a4fcbff Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 2 Dec 2017 09:36:31 -0800 Subject: [PATCH] Fix typo in Prowl key config --- plexpy/notifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index a5ba6473..3e3a8d97 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -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' },