From 1ae2f3a147663cfd719af33461e25bce22881f2d Mon Sep 17 00:00:00 2001 From: Flowseal Date: Thu, 3 Sep 2026 05:14:03 +0300 Subject: [PATCH] todo #1232 --- proxy/pool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/pool.py b/proxy/pool.py index 2d08b7f..b86f675 100644 --- a/proxy/pool.py +++ b/proxy/pool.py @@ -29,7 +29,7 @@ class _WsPool: self._rotating: Dict[Tuple[int, bool], asyncio.Task] = {} self._refill_failures: Dict[Tuple[int, bool], int] = {} self._refill_after: Dict[Tuple[int, bool], float] = {} - self.try_fronting_first = False + self.try_fronting_first = False # TODO: https://github.com/Flowseal/tg-ws-proxy/issues/1232 async def get(self, dc: int, is_media: bool, target_ip: str, domains: List[str],