Skip to content

Commit

Permalink
Add challenges fields to GenshinEventCalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Nov 26, 2024
1 parent 75be26a commit be921c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genshin/models/genshin/chronicle/act_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,4 @@ class GenshinEventCalendar(APIModel):
character_banners: typing.Sequence[Banner] = Aliased("avatar_card_pool_list")
weapon_banners: typing.Sequence[Banner] = Aliased("weapon_card_pool_list")
events: typing.Sequence[Event] = Aliased("act_list")
challenges: typing.Sequence[Event] = Aliased("fixed_act_list")

0 comments on commit be921c1

Please sign in to comment.