Skip to content

Commit

Permalink
Fix SUN+ final songs being marked as LUMINOUS
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Mar 17, 2024
1 parent 78c5c1b commit 638095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def release_to_chunithm_version(date: datetime) -> str:
if (
datetime(2023, 5, 11, tzinfo=TOKYO_TZ)
<= date
<= datetime(2023, 11, 22, tzinfo=TOKYO_TZ)
<= datetime(2023, 11, 23, tzinfo=TOKYO_TZ)
):
return "SUN PLUS"
return "LUMINOUS"

0 comments on commit 638095e

Please sign in to comment.