mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-09-20 01:14:55 +03:00
removed debug print closes #1350
This commit is contained in:
@@ -88,7 +88,6 @@ class RawWebSocket:
|
||||
path: str = '/apiws', *,
|
||||
sni: Optional[str] = None, secure = True) -> 'RawWebSocket':
|
||||
ssl = _ssl_ctx_fronting if sni else _ssl_ctx
|
||||
print(f"Connecting to {host} with secure={secure}, sni={sni}, path={path}")
|
||||
|
||||
if sni is None:
|
||||
sni = domain
|
||||
|
||||
Reference in New Issue
Block a user