From b6bd5b5d97e7786c614c5cf70adec860ffe37ffe Mon Sep 17 00:00:00 2001 From: simonc56 Date: Fri, 5 Jan 2024 08:50:19 +0100 Subject: [PATCH] update baseurl --- trakt/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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