diff options
Diffstat (limited to 'module/thread_list.py')
-rw-r--r-- | module/thread_list.py | 2 |
1 files changed, 1 insertions, 1 deletions
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']): |