diff --git a/lbry/wallet/network.py b/lbry/wallet/network.py index 27c57dd1b..d3c9879d9 100644 --- a/lbry/wallet/network.py +++ b/lbry/wallet/network.py @@ -348,7 +348,6 @@ class Network: await self._keepalive_task if self._urgent_need_reconnect.is_set(): log.warning("urgent reconnect needed") - self._urgent_need_reconnect.clear() if self._keepalive_task and not self._keepalive_task.done(): self._keepalive_task.cancel() except asyncio.CancelledError: