Browse Source

Modification scoring

pull/1/head
Christophe SCAYA 4 years ago
parent
commit
7aaf2cb981
  1. 1
      quiz_atomes/views.py

1
quiz_atomes/views.py

@ -66,7 +66,6 @@ def resultats(request): @@ -66,7 +66,6 @@ def resultats(request):
else:
points-=10
points=points*10
score=points+dt
best_score=0

Loading…
Cancel
Save