1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Missed one :P

This commit is contained in:
echel0n 2014-05-03 02:48:48 -07:00
parent 57fabbad8b
commit ac65eab3c0

View File

@ -273,7 +273,7 @@ def _xem_refresh(indexer_id, indexer):
indexer_id, sickbeard.indexerApi(int(indexer)).name,), logger.DEBUG)
except Exception, e:
logger.log(u"Exception while refreshing XEM data for show " + str(indexer_id) + " on " + sickbeard.indexerApi(
indexer).name + ": " + ex(e), logger.WARNING)
int(indexer)).name + ": " + ex(e), logger.WARNING)
logger.log(traceback.format_exc(), logger.DEBUG)
return None