Private GIT

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

@fernandog you missed one =P

parent 623553f5
No related branches found
No related tags found
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