# HG changeset patch # User Charly COSTE # Date 1267901908 -3600 # Node ID b900585bdbbba2d2150657f1495eeafadddbdb0b # Parent 0c99d38b84b8d62f2f9554e6710afb3310d6ddf6 minor fix in bridge.py, the "reconnecting" attribute is declared in "init2", no need to do so in "__init__" too Signed-off-by: Charly COSTE diff --git a/bridge.py b/bridge.py --- a/bridge.py +++ b/bridge.py @@ -47,7 +47,6 @@ class Bridge: self.xmpp_room_jid = xmpp_room_jid self.say_level = say_level self.participants = [] - self.reconnecting = False if mode not in self.__class__.modes: raise Exception('[Error] "'+mode+'" is not a correct value for a bridge\'s "mode" attribute') self.mode = mode