Skip to content

Commit

Permalink
add(logging): error to attempt refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry committed Feb 29, 2024
1 parent e413fdc commit e2b1a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retraktarr/api/trakt.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_trakt(self, path, args, media_type, timeout):
# no oauth_refresh token is available, error out.
print(
"Error: You likely have a bad ClientID/Secret or expired/invalid token."
"\nPlease check your config and attempt the oauth command (-o) again"
"\nPlease check your config and attempt the refresh or oauth command (-o) again"
)
sys.exit(1)
print(
Expand Down

0 comments on commit e2b1a5a

Please sign in to comment.