mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-26 07:49:51 +03:00
Add isal gzip decompressor
This commit is contained in:
parent
5e150ddf1e
commit
b59c005903
|
@ -3,3 +3,4 @@ pysocks
|
|||
python-socks[asyncio]
|
||||
hachoir
|
||||
pillow
|
||||
isal
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
import gzip
|
||||
try:
|
||||
from isal import igzip as gzip
|
||||
except ImportError:
|
||||
import gzip
|
||||
import struct
|
||||
|
||||
from .. import TLObject
|
||||
|
|
Loading…
Reference in New Issue
Block a user