mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Missed one :P
This commit is contained in:
parent
57fabbad8b
commit
ac65eab3c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue