Update titles/idac/season2.py

This commit is contained in:
UncleJim 2023-11-20 04:50:23 +00:00
parent 4d5823a4f7
commit 581c1506a1

View File

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