take commit comment to actual code comment so readability is increased and comment is on-line help
This commit is contained in:
parent
ad803388ad
commit
eb4aa3b9c9
|
@ -330,7 +330,7 @@ class Connection(ConnectionHandlers):
|
||||||
self.time_to_reconnect = None
|
self.time_to_reconnect = None
|
||||||
self.on_connect_failure()
|
self.on_connect_failure()
|
||||||
else:
|
else:
|
||||||
# try to reconnect ( #1629 )
|
# try reconnect if connection has failed before auth to server
|
||||||
self._disconnectedReconnCB()
|
self._disconnectedReconnCB()
|
||||||
|
|
||||||
def _connect_failure(self, con_type = None):
|
def _connect_failure(self, con_type = None):
|
||||||
|
|
Loading…
Reference in New Issue