diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index 0d52c444..e21f5646 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -1,6 +1,7 @@ <% import plexpy from plexpy import version +from plexpy.helpers import anon_url %> @@ -142,7 +143,7 @@ from plexpy import version % elif plexpy.CONFIG.CHECK_GITHUB and plexpy.CURRENT_VERSION != plexpy.LATEST_VERSION and plexpy.COMMITS_BEHIND > 0 and plexpy.INSTALL_TYPE != 'win': diff --git a/data/interfaces/default/ip_address_modal.html b/data/interfaces/default/ip_address_modal.html index 9e444f0c..e25b3991 100644 --- a/data/interfaces/default/ip_address_modal.html +++ b/data/interfaces/default/ip_address_modal.html @@ -32,7 +32,8 @@ diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index afcdf741..ccf5bf52 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1266,7 +1266,7 @@ class TwitterNotifier(object): def return_config_options(self): config_option = [{'label': 'Instructions', - 'description': 'Step 1: Visit \ + 'description': 'Step 1: Visit \ Twitter Apps to Create New App. A vaild "Website" is not required.
\ Step 2: Go to Keys and Access Tokens and click \ Create my access token.
\ @@ -1625,7 +1625,8 @@ class IFTTT(object): config_option = [{'label': 'Ifttt Maker Channel Key', 'value': self.apikey, 'name': 'ifttt_key', - 'description': 'Your Ifttt key. You can get a key from here.', + 'description': 'Your Ifttt key. You can get a key from' + ' here.', 'input_type': 'text' }, {'label': 'Ifttt Event', @@ -1699,13 +1700,17 @@ class TELEGRAM(object): config_option = [{'label': 'Telegram Bot Token', 'value': self.bot_token, 'name': 'telegram_bot_token', - 'description': 'Your Telegram bot token. Contact @BotFather on Telegram to get one.', + 'description': 'Your Telegram bot token. ' + 'Contact @BotFather' + ' on Telegram to get one.', 'input_type': 'text' }, {'label': 'Telegram Chat ID, Group ID, or Channel Username', 'value': self.chat_id, 'name': 'telegram_chat_id', - 'description': 'Your Telegram Chat ID, Group ID, or @channelusername. Contact @myidbot on Telegram to get an ID.', + 'description': 'Your Telegram Chat ID, Group ID, or @channelusername. ' + 'Contact @myidbot' + ' on Telegram to get an ID.', 'input_type': 'text' }, {'label': 'Include Subject Line', @@ -2186,7 +2191,7 @@ class FacebookNotifier(object): def return_config_options(self): config_option = [{'label': 'Instructions', 'description': 'Facebook notifications are currently experimental!

\ - Step 1: Visit \ + Step 1: Visit \ Facebook Developers to add a new app using basic setup.
\ Step 2: Go to Settings > Basic and fill in a \ Contact Email.
\