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