From f0c15fb617626a6d39eb380c6d6c550c58b651b2 Mon Sep 17 00:00:00 2001 From: Michel Blockelet Date: Sat, 4 Oct 2008 11:33:16 +0200 Subject: [PATCH] ressuscite.py: coquille darcs-hash:20081004093316-ddb99-efa808633b2905e7b718bef887f7fb3d59ec5c9d.gz --- gestion/ressuscite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ressuscite.py b/gestion/ressuscite.py index edde52fc..0f5529fd 100755 --- a/gestion/ressuscite.py +++ b/gestion/ressuscite.py @@ -107,7 +107,7 @@ def menu_principal(): if choixmachine != None: (machine, date) = choixmachine - adh = choixadherent(machine, adh) + adh = choixadherent(machine) if not adh: continue ressuscite(adh, machine)