Fix command to compute intensity theorical data

This commit is contained in:
Gregory Trullemans 2024-02-03 20:20:49 +01:00
parent 9ed7017474
commit 13b749d1a9
1 changed files with 1 additions and 1 deletions

View File

@ -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()