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:
parent
0a73bd1405
commit
646042df82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user