Private GIT

Skip to content
Snippets Groups Projects
Commit d96ac1cc authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Merge pull request #310 from cianmcgovern/newzbinfeedfix

Changed newzbin error string
parents 20928aa0 d8911237
No related branches found
No related tags found
No related merge requests found
...@@ -284,7 +284,7 @@ class NewzbinProvider(generic.NZBProvider): ...@@ -284,7 +284,7 @@ class NewzbinProvider(generic.NZBProvider):
for cur_item in items: for cur_item in items:
title = cur_item.findtext('title') title = cur_item.findtext('title')
if title == 'Feed Error': if title == 'Feeds Error':
raise exceptions.AuthException("The feed wouldn't load, probably because of invalid auth info") raise exceptions.AuthException("The feed wouldn't load, probably because of invalid auth info")
if sickbeard.USENET_RETENTION is not None: if sickbeard.USENET_RETENTION is not None:
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment