idac: fixed in store battle bug

This commit is contained in:
Dniel97 2024-04-15 20:22:45 +02:00
parent 2b014178c8
commit 0eefb2c592
Signed by: Dniel97
GPG Key ID: 6180B3C768FB2E08
1 changed files with 1 additions and 4 deletions

View File

@ -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")