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)