From 7aaf2cb9815ba2b9b28705782c1fe1cf2b019ba6 Mon Sep 17 00:00:00 2001 From: Christophe SCAYA <> Date: Fri, 1 Apr 2022 22:13:11 +0200 Subject: [PATCH] Modification scoring --- quiz_atomes/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/quiz_atomes/views.py b/quiz_atomes/views.py index 8b6f42e..14ff2a8 100644 --- a/quiz_atomes/views.py +++ b/quiz_atomes/views.py @@ -66,7 +66,6 @@ def resultats(request): else: points-=10 - points=points*10 score=points+dt best_score=0