From a8cd71d80fdd48461d9a238ae07711b35d1046f6 Mon Sep 17 00:00:00 2001 From: Michel Blockelet Date: Wed, 17 Sep 2008 22:58:30 +0200 Subject: [PATCH] stats_cableur: 2 fois plus de points pour les inscriptions darcs-hash:20080917205830-ddb99-8ce06f86f0df8504cb2149276b920501184400d9.gz --- stats_cableurs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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