From d59f4d94c6b627b83269c643703824afb7faab14 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 7 Aug 2009 13:23:52 +0200 Subject: Rs fix, timed reconnect, Cli local option + displaying size --- module/thread_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/thread_list.py') diff --git a/module/thread_list.py b/module/thread_list.py index a359558d7..cf3df9f94 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -121,7 +121,7 @@ class Thread_List(object): def init_reconnect(self): """initialise a reonnect""" - if not self.parent.config['use_reconnect'] or self.reconnecting: + if not self.parent.config['use_reconnect'] or self.reconnecting or not self.parent.is_reconnect_time(): return False if not exists(self.parent.config['reconnect_method']): -- cgit v1.2.3