From c0d16b31df3d11dc846a111648fc5adae5eb23a4 Mon Sep 17 00:00:00 2001 From: chove Date: Tue, 14 Sep 2004 21:34:05 +0200 Subject: [PATCH] Changement de batX en clefX -- Benoit R. darcs-hash:20040914193405-4ec08-dec1f4bf27b57f6563ed21c1b8dabb2814153f9f.gz --- gestion/gen_confs/switchs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/switchs.py b/gestion/gen_confs/switchs.py index 16683dc8..bf70b0ff 100755 --- a/gestion/gen_confs/switchs.py +++ b/gestion/gen_confs/switchs.py @@ -156,7 +156,7 @@ exit raise RuntimeError('Erreur de communiquation') else : # Mail au bat - To = "bat%s@crans.org" % bat + To = "clef%s@crans.org" % bat From = To conn=smtplib.SMTP('localhost') txt_mail = "From: Crans scripts <%(From)s>\n"