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
|
# sync trakt.tv library with sickrage library
|
||||||
if sickbeard.TRAKT_SYNC:
|
if sickbeard.TRAKT_SYNC:
|
||||||
self.syncLibrary()
|
self.syncLibrary()
|
||||||
except Exception:
|
xcept Exception as e:
|
||||||
logger.log(traceback.format_exc(), logger.DEBUG)
|
logger.log('Trakt: Error Syncing library. Reason: {0}'.format(str(e)), logger.DEBUG)
|
||||||
|
|
||||||
def findShow(self, indexer, indexerid):
|
def findShow(self, indexer, indexerid):
|
||||||
traktShow = None
|
traktShow = None
|
||||||
|
Loading…
Reference in New Issue
Block a user