mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Keep consistent structure and remove done TODO
This commit is contained in:
@@ -21,8 +21,6 @@ except ImportError:
|
||||
__log__ = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# TODO Except asyncio.TimeoutError, ConnectionError, OSError...
|
||||
# ...for connect, write and read (in the upper levels, not here)
|
||||
class TcpClient:
|
||||
"""A simple TCP client to ease the work with sockets and proxies."""
|
||||
def __init__(self, proxy=None, timeout=5):
|
||||
|
Reference in New Issue
Block a user