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

Update traktchecker - remove traceback

This commit is contained in:
Fernando 2015-02-19 20:11:37 -02:00
parent 0a73bd1405
commit 646042df82

View File

@ -53,8 +53,8 @@ class TraktChecker():
# sync trakt.tv library with sickrage library
if sickbeard.TRAKT_SYNC:
self.syncLibrary()
except Exception:
logger.log(traceback.format_exc(), logger.DEBUG)
xcept Exception as e:
logger.log('Trakt: Error Syncing library. Reason: {0}'.format(str(e)), logger.DEBUG)
def findShow(self, indexer, indexerid):
traktShow = None