Private GIT

Skip to content
Snippets Groups Projects
Commit d8911237 authored by cianmcgovern's avatar cianmcgovern
Browse files

Changed newzbin error string

parent 8c92450c
Branches
Tags
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