From 54ccfa2aa7827b03450cb054dda43135fe88533d Mon Sep 17 00:00:00 2001 From: chove Date: Thu, 12 Jan 2006 14:31:45 +0100 Subject: [PATCH] petit bug... cette nuit la connection a choue 4 fois de suite ! darcs-hash:20060112133145-4ec08-d3f38e50a28aabbd40749b22838af9493cca72dd.gz --- surveillance/deconnexion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surveillance/deconnexion.py b/surveillance/deconnexion.py index b1e891c3..ff1c8daf 100755 --- a/surveillance/deconnexion.py +++ b/surveillance/deconnexion.py @@ -56,7 +56,7 @@ pgsql.autocommit = True curseur = pgsql.cursor() # smtp, assez capricieux -for i in range(4): +for i in range(5): try: mail = smtplib.SMTP('localhost') except: