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.on_connect_failure()
|
||||
else:
|
||||
# try to reconnect ( #1629 )
|
||||
# try reconnect if connection has failed before auth to server
|
||||
self._disconnectedReconnCB()
|
||||
|
||||
def _connect_failure(self, con_type = None):
|
||||
|
|
Loading…
Reference in New Issue