From 13b749d1a938332f0d2a52f43b342626d2ed9a5d Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Sat, 3 Feb 2024 20:20:49 +0100 Subject: [PATCH] Fix command to compute intensity theorical data --- jarvis/followup/management/commands/set_theorical_intensity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/followup/management/commands/set_theorical_intensity.py b/jarvis/followup/management/commands/set_theorical_intensity.py index 9ed8411..1190bde 100644 --- a/jarvis/followup/management/commands/set_theorical_intensity.py +++ b/jarvis/followup/management/commands/set_theorical_intensity.py @@ -22,7 +22,7 @@ class Command(BaseCommand): intensity.theorical_time = intensity.time intensity.difficulty_asked = intensity.difficulty - intensity.number_of_passes_asked = intensity.number_of_passes + intensity.number_of_passes_asked = 21 intensity.quantity_of_skill_asked = intensity.quantity_of_skill intensity.save()