forked from Dniel97/artemis
Update titles/idac/season2.py
This commit is contained in:
parent
4d5823a4f7
commit
581c1506a1
@ -624,7 +624,7 @@ class IDACSeason2(IDACBase):
|
||||
"str_now": data.get("win_flg"),
|
||||
"lose_now": 1 if data.get("win_flg") == 0 else 0,
|
||||
"break_count": data.get("break_count"),
|
||||
"break_penalty_flag": data.get("break_penalty_flag")
|
||||
"break_penalty_flag": data.get("break_penalty_flag"),
|
||||
"vsinfo_course_data": [
|
||||
{
|
||||
"course_id": data.get("course_id"),
|
||||
|
Loading…
Reference in New Issue
Block a user