Skip to content

Commit

Permalink
add WRC 2025 important date
Browse files Browse the repository at this point in the history
  • Loading branch information
unStatiK committed Feb 4, 2025
1 parent 28b3f9e commit 3a660df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/rating/management/commands/rating_calculate.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def handle(self, *args, **options):
datetime.date(2020, 2, 1),
# Online tournaments qualification date
datetime.date(2021, 2, 1),
# WRC 2025 qualification date
datetime.date(2025, 2, 3),
]

dates_to_process = dates_to_process + important_dates
Expand Down

0 comments on commit 3a660df

Please sign in to comment.