From 7ae9abdec405d0a95dae9bcbddc1a64c6b7f4d29 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sun, 20 Sep 2009 03:31:24 +0000 Subject: [PATCH] ... --- update-web-status.py | 3 ++- update-xmpp-status.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/update-web-status.py b/update-web-status.py index c4fffa6..7c297ce 100755 --- a/update-web-status.py +++ b/update-web-status.py @@ -238,5 +238,6 @@ while True: sockhandle.close() except: pass + conn=None + sockhandle=None time.sleep(5) - diff --git a/update-xmpp-status.py b/update-xmpp-status.py index a6d1331..61615e6 100755 --- a/update-xmpp-status.py +++ b/update-xmpp-status.py @@ -312,4 +312,3 @@ while True: conn=None sockhandle=None time.sleep(5) - -- 1.7.10.4