typo: wrong ticket number, should be #1629
This commit is contained in:
parent
047ebf27ef
commit
1273e35617
|
@ -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 ( #1663 )
|
# try to reconnect ( #1629 )
|
||||||
self._disconnectedReconnCB()
|
self._disconnectedReconnCB()
|
||||||
|
|
||||||
def _connect_failure(self, con_type = None):
|
def _connect_failure(self, con_type = None):
|
||||||
|
|
Loading…
Reference in New Issue