🐛: Compatible with deprecated field noneScheduleMaxLevel.

This commit is contained in:
ishkong 2024-02-10 20:49:17 +08:00 committed by baiqwerdvd
parent 07a1835b83
commit b8f8211d07

View File

@ -48,7 +48,7 @@ class Challenge(Struct):
class ChallengeInfo(Struct):
scheduleGroupId: int
noneScheduleMaxLevel: int
noneScheduleMaxLevel: Union[int, None] = None
scheduleMaxLevel: int