Update titles/idac/season2.py
This commit is contained in:
@@ -1917,8 +1917,6 @@ class IDACSeason2(IDACBase):
|
|||||||
# so to get the season 1 data just subtract 1 from the season id
|
# 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)
|
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 {
|
return {
|
||||||
"status_code": "0",
|
"status_code": "0",
|
||||||
"season_id": season_id,
|
"season_id": season_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user