This commit is contained in:
Gregory Trullemans 2022-10-07 13:18:02 +02:00
parent d89a06ca64
commit 3cc9e4caec
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ def average_jump_chrono_details_for_week_of_season(request, gymnast_id, routine_
week_number int date de fin
"""
today = pendulum.now().date()
week_number = int(week_number)
if week_number > 52:
week_number = 52