mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 23:05:11 -05:00
parent
8674a61039
commit
e5af1cb4ff
@ -1187,7 +1187,7 @@ def mapIndexersToShow(showObj):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
mapped_show = t[showObj.name]
|
mapped_show = t[showObj.name]
|
||||||
except sickbeard.indexer_shownotfound:
|
except Exception:
|
||||||
logger.log(u"Unable to map " + sickbeard.indexerApi(showObj.indexer).name + "->" + sickbeard.indexerApi(
|
logger.log(u"Unable to map " + sickbeard.indexerApi(showObj.indexer).name + "->" + sickbeard.indexerApi(
|
||||||
indexer).name + " for show: " + showObj.name + ", skipping it", logger.DEBUG)
|
indexer).name + " for show: " + showObj.name + ", skipping it", logger.DEBUG)
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user