Private GIT

Skip to content
Snippets Groups Projects
Commit 432b95f9 authored by miigotu's avatar miigotu
Browse files

Merge branch 'hotfix-215' into develop

parents 623553f5 bc017cb0
Branches
Tags v4.0.0
No related merge requests found
...@@ -160,7 +160,6 @@ class PLEXNotifier(object): ...@@ -160,7 +160,6 @@ class PLEXNotifier(object):
if sickbeard.USE_PLEX: if sickbeard.USE_PLEX:
update_text = common.notifyStrings[common.NOTIFY_LOGIN_TEXT] update_text = common.notifyStrings[common.NOTIFY_LOGIN_TEXT]
title = common.notifyStrings[common.NOTIFY_LOGIN] title = common.notifyStrings[common.NOTIFY_LOGIN]
if update_text and title and new_version:
self._notify_pmc(update_text.format(ipaddress), title) self._notify_pmc(update_text.format(ipaddress), title)
def test_notify_pmc(self, host, username, password): def test_notify_pmc(self, host, username, password):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment