diff --git a/stats_cableurs.py b/stats_cableurs.py index bd897af3..fde25f9d 100755 --- a/stats_cableurs.py +++ b/stats_cableurs.py @@ -6,7 +6,7 @@ # stats_cableurs.py # ----------------- # -# Copyright (C) 2007 François Bobot , +# Copyright (C) 2008 François Bobot , # Jeremie Dimino , # Michel Blockelet # @@ -76,7 +76,7 @@ def calcul_score(mois): # On calcul le score total pour chaque cableur for s in score.values(): - s['total'] = s['inscription'] + s['reinscription'] + s['total'] = 2 * s['inscription'] + s['reinscription'] return score