diff --git a/gestion/gen_confs/adherents.py b/gestion/gen_confs/adherents.py index 879383a1..3a6f2059 100755 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -141,8 +141,8 @@ class home: class mail_bienvenue: debug = True - def __init__(self, args): - self.args = args + def __init__(self, mails): + self.mails = mails def reconfigure(self): cprint(u'Envoi mail de bienvenue', 'gras')