diff --git a/titles/idac/season2.py b/titles/idac/season2.py index 04a4a32..b312950 100644 --- a/titles/idac/season2.py +++ b/titles/idac/season2.py @@ -437,7 +437,7 @@ class IDACSeason2(IDACBase): "online_battle_param8": 3900, "theory_open_version": "1.30.00", "theory_close_version": "9.99.99", - # unlocks teh version specific special mode + # unlocks the version specific special mode "special_mode_data": { "start_dt": int( datetime.strptime("2023-01-01", "%Y-%m-%d").timestamp() @@ -2949,9 +2949,6 @@ class IDACSeason2(IDACBase): rank_data: Dict = data.pop("mode_rank_obj") driver_debut_data: Dict = data.pop("driver_debut_obj") - # no idea? - result = data.pop("result") - # save the received battle gift in database, hopefully that works battle_gift_event_id = data.pop("battle_gift_event_id") gift_id = data.pop("gift_id")