diff options
author | mathieui <mathieui@mathieui.net> | 2017-08-27 16:20:01 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-08-27 16:20:01 +0200 |
commit | 0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0 (patch) | |
tree | 75a5307e3f2bc371192f53743b55367b68cfff2c | |
parent | c57bbe256eeb3ac661de6837d6ffff791df7e125 (diff) | |
download | poezio-0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0.tar.gz poezio-0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0.tar.bz2 poezio-0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0.tar.xz poezio-0f10803c4d11800f1a1aaaacf0ae31d39dc9deb0.zip |
Remove reconnect_max_attemps (unused)
-rw-r--r-- | poezio/connection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/poezio/connection.py b/poezio/connection.py index b20b92dc..45667ab7 100644 --- a/poezio/connection.py +++ b/poezio/connection.py @@ -81,7 +81,6 @@ class Connection(slixmpp.ClientXMPP): self.core = None self.auto_reconnect = config.get('auto_reconnect') - self.reconnect_max_attempts = 0 self.auto_authorize = None # prosody defaults, lowest is AES128-SHA, it should be a minimum # for anything that came out after 2002 |