diff --git a/proxy/tg_ws_proxy.py b/proxy/tg_ws_proxy.py index 59c9b4d..85846bc 100644 --- a/proxy/tg_ws_proxy.py +++ b/proxy/tg_ws_proxy.py @@ -344,7 +344,7 @@ async def _handle_client(reader, writer, secret: bytes): ws_timed_out = False all_redirects = True - ws = await ws_pool.get(dc, is_media, target, domains, path=ws_path) if not is_test_dc else None + ws = await ws_pool.get(dc, is_media, target, domains) if not is_test_dc else None if ws: log.info("[%s] DC%d%s -> pool hit via %s", label, dc, media_tag, target)