1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-17 23:05:11 -05:00

Fix for issue #1004 and issue #989

This commit is contained in:
echel0n 2014-12-02 04:04:29 -08:00
parent 8674a61039
commit e5af1cb4ff

View File

@ -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