From 2f90b02acf534396497a4e33c5834147fce29bf1 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Fri, 7 Oct 2022 13:18:02 +0200 Subject: [PATCH] Bug fix --- ultron/followup/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ultron/followup/views.py b/ultron/followup/views.py index 6290e2d4f4..dbc3909486 100644 --- a/ultron/followup/views.py +++ b/ultron/followup/views.py @@ -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