diff --git a/src/common/connection.py b/src/common/connection.py index 85ee5f99e..27d1cf89a 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -330,7 +330,7 @@ class Connection(ConnectionHandlers): self.time_to_reconnect = None self.on_connect_failure() else: - # try to reconnect ( #1663 ) + # try to reconnect ( #1629 ) self._disconnectedReconnCB() def _connect_failure(self, con_type = None):