diff --git a/trakt/core.py b/trakt/core.py index 0b26ce20..a0e8c231 100644 --- a/trakt/core.py +++ b/trakt/core.py @@ -28,7 +28,7 @@ #: The base url for the Trakt API. Can be modified to run against different #: Trakt.tv environments -BASE_URL = 'https://api-v2launch.trakt.tv/' +BASE_URL = 'https://api.trakt.tv/' #: The Trakt.tv OAuth Client ID for your OAuth Application CLIENT_ID = None