From 7fdaf50b5b00a0953fc1c2e92c3c80e2030198e2 Mon Sep 17 00:00:00 2001 From: peerster Date: Sun, 30 Aug 2015 22:10:33 +0200 Subject: [PATCH] Update trakt description --- couchpotato/core/media/movie/providers/automation/trakt/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/couchpotato/core/media/movie/providers/automation/trakt/__init__.py b/couchpotato/core/media/movie/providers/automation/trakt/__init__.py index 839d960..b0e5cba 100644 --- a/couchpotato/core/media/movie/providers/automation/trakt/__init__.py +++ b/couchpotato/core/media/movie/providers/automation/trakt/__init__.py @@ -28,7 +28,8 @@ config = [{ { 'name': 'automation_oauth_refresh', 'label': 'Refresh Token', - 'description': 'Used to automatically refresh your oauth token every 3 months', + 'description': ('Used to automatically refresh your oauth token every 3 months', + 'To get a refresh token, reconnect with trakt'), 'advanced': 1 }, ],