diff --git a/pytoniq/liteclient/balancer.py b/pytoniq/liteclient/balancer.py index 5669dae..fc5ea76 100644 --- a/pytoniq/liteclient/balancer.py +++ b/pytoniq/liteclient/balancer.py @@ -127,7 +127,7 @@ def _check_errors(self, client: LiteClient): if not task.cancelled(): self._logger.debug(f'client task {task} failed with exception: {task.exception()}') return True - return False + return False async def _check_peers(self): while True: