Merge branch 'develop' into idac

This commit is contained in:
Dniel97 2024-03-12 15:29:05 +01:00
commit a0fba8c3a4
Signed by: Dniel97
GPG Key ID: 6180B3C768FB2E08
1 changed files with 1 additions and 1 deletions

View File

@ -1854,7 +1854,7 @@ class IDACSeason2(IDACBase):
return {
"status_code": "0",
"challenge_mode_data": self._generate_challenge_data(user_id),
"challenge_mode_data": await self._generate_challenge_data(user_id),
"car_use_count": [],
"maker_use_count": [],
}