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:13:39 -02:00
parent 646042df82
commit 74d49cc2fd

View File

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