From 945b86c5e38a9bddfcd5354d72de88beb436c400 Mon Sep 17 00:00:00 2001 From: Andrey Kravchenko Date: Fri, 15 Dec 2023 10:20:54 +0300 Subject: [PATCH] Fix typo in balancer check errors --- pytoniq/liteclient/balancer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: