From ca06357e83ce2a53aa5bc424cd948ff17fb58088 Mon Sep 17 00:00:00 2001 From: glondu Date: Mon, 3 Apr 2006 17:05:46 +0200 Subject: [PATCH] Faute de frappe. darcs-hash:20060403150546-68412-7e2481399e05a3e62e9cd525ed8c3f8ad8649ef8.gz --- surveillance/arpwatch_sendmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surveillance/arpwatch_sendmail.py b/surveillance/arpwatch_sendmail.py index 149fe0df..c5088296 100755 --- a/surveillance/arpwatch_sendmail.py +++ b/surveillance/arpwatch_sendmail.py @@ -30,7 +30,7 @@ if __name__ == "__main__": import traceback texte += '\n' texte += '\n'.join(traceback.format_exception(sys.exc_type, sys.exc_value, sys.exc_traceback)) - test += '\n-- \narpwatch_sendmail.py\n' + texte += '\n-- \narpwatch_sendmail.py\n' smtp = smtplib.SMTP() smtp.connect() smtp.sendmail("arpwatch@crans.org", "root@crans.org", texte)