Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 authored Dec 12, 2023
1 parent efbd89b commit 4215535
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Args:

{%- for i, record in rank_list -%}
{% set season = season_list[i] %}
{%- call c.small_title() -%}第{{ i }}期 {{ season.season_map.value }} {{ season.boss }}{%- endcall -%}
{%- call c.small_title() -%}第{{ season.season }}期 {{ season.season_map.value }} {{ season.boss }}{%- endcall -%}
{{ c.rank_record(record) }}
{%- if not loop.last -%}{{ c.segmentation() }}{%- endif -%}
{%- endfor -%}
Expand Down

0 comments on commit 4215535

Please sign in to comment.