mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
c0e4d6c8b6
There was no need for the BufferedReader, since everything is already in memory. Further, the stream parameter was never used, so it was also unnecessary. The check for None when reading length was also unnecessary, since we could just pass -1 to begin with. |
||
---|---|---|
.. | ||
__init__.py | ||
binaryreader.py | ||
html.py | ||
markdown.py | ||
messagepacker.py |