This commit is contained in:
UncleJim 2024-01-08 02:39:31 +00:00
parent acc3a63030
commit a883450e5c
1 changed files with 2 additions and 2 deletions

View File

@ -615,8 +615,8 @@ class IDACSeason2(IDACBase):
if vs_courses_info is not None:
for course in vs_courses_info:
course = course._asdict()
del vs_info["id"]
del vs_info["user"]
del course["id"]
del course["user"]
if course["course_id"] == data.get("course_id"):
course["vs_cnt"] += 1