Update titles/idac/season2.py

This commit is contained in:
UncleJim 2024-01-08 03:10:34 +00:00
parent 3dd23d4b53
commit 4c1603db09
1 changed files with 1 additions and 3 deletions

View File

@ -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,