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,