mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
b3be940d44
Add setting to Trakt notification to update collection with downloaded episode info. Add Most Watched, Collected during the last month on Trakt. Change Add from Trakt/"Shows:" with Anticipated, Popular views. Change improve robustness of Trakt communications. Change Trakt notifier logo. Change pep8 and cleanup.
10 lines
145 B
Python
10 lines
145 B
Python
class TraktException(Exception):
|
|
pass
|
|
|
|
|
|
class TraktAuthException(TraktException):
|
|
pass
|
|
|
|
|
|
class TraktServerBusy(TraktException):
|
|
pass
|