From 2f8e6b75c9d7d56ef45145674be99137cf4ac024 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Wed, 5 Dec 2012 14:45:53 +0100 Subject: [PATCH] removed unnecessary reconnect introduced in commit 8cc98be --- Mailnag/daemon/idler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Mailnag/daemon/idler.py b/Mailnag/daemon/idler.py index 9b5c0d3..7f4aa8a 100644 --- a/Mailnag/daemon/idler.py +++ b/Mailnag/daemon/idler.py @@ -73,7 +73,6 @@ class Idler(object): # idle thread def _idle(self): - self._reconnect() while True: # if the event is set here, # disposed() must have been called