From 4c1603db091451c6734abd7de0b7a8f94c8153e9 Mon Sep 17 00:00:00 2001 From: UncleJim Date: Mon, 8 Jan 2024 03:10:34 +0000 Subject: [PATCH] Update titles/idac/season2.py --- titles/idac/season2.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/titles/idac/season2.py b/titles/idac/season2.py index 7d5130d..d948534 100644 --- a/titles/idac/season2.py +++ b/titles/idac/season2.py @@ -1916,9 +1916,7 @@ class IDACSeason2(IDACBase): # so to get the season 1 data just subtract 1 from the season id past_timetrial_data = self._generate_time_trial_data(season_id - 1, user_id) - - # TODO: get the current season timetrial data somehow, because after requesting - # GetPastSeasonTAData the game will NOT request GetTAData?! + return { "status_code": "0", "season_id": season_id,