log.debug('No user provided, so default to the first user in the config (%s)',user)
elifusernotinself.cfg['trakt'].keys():
log.error('The user %s you specified to use for authentication is not authenticated yet. Authenticate the user first, before you use it to retrieve lists.',user)
log.error(
'The user %s you specified to use for authentication is not authenticated yet. Authenticate the user first, before you use it to retrieve lists.',
user)
exit()
@ -405,7 +407,7 @@ class Trakt:
returnprocessed_shows
returnNone
exceptException:
log.exception("Exception retrieving shows on watchlist")
log.exception("Exception retrieving shows on user list")