From 7af634e95df7dd91c8f7d3d6c77d59bb0c7342d6 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Thu, 14 Aug 2014 22:29:13 +0200 Subject: [PATCH] =?UTF-8?q?comptes=5Finactifs:=20appel=20=C3=A0=20paiement?= =?UTF-8?q?=5Fok()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit plutôt que de savants calculs --- surveillance/comptes_inactifs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surveillance/comptes_inactifs.py b/surveillance/comptes_inactifs.py index 550c831b..98d3eb2f 100755 --- a/surveillance/comptes_inactifs.py +++ b/surveillance/comptes_inactifs.py @@ -251,7 +251,7 @@ comptes_inactifs.py date = strftime(u'%d/%m/%Y %H:%M', localtime(date)) i = 0 # est-ce un membre inscrit ? - if ann_scol not in a.paiement(): i += 4 + if not a.paiement_ok(): i += 4 # a-t-il un .forward ? if not os.path.isfile(os.path.join(a.home(), '.forward')): i += 2 # a-il-des mails non lus ?