forked from Dniel97/artemis
idac: fixed in store battle bug
This commit is contained in:
parent
2b014178c8
commit
0eefb2c592
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user