mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-15 02:22:22 +03:00
Added tgcrypto lib from pyrogram project
This commit is contained in:
parent
268e6643d0
commit
d169d35238
|
@ -16,7 +16,7 @@ __log__ = logging.getLogger(__name__)
|
||||||
# tgcrypto
|
# tgcrypto
|
||||||
try:
|
try:
|
||||||
import tgcrypto
|
import tgcrypto
|
||||||
__log__.info('pyaesni detected, it will be used for encryption')
|
__log__.info('tgcrypto detected, it will be used for encryption')
|
||||||
except ImportError:
|
except ImportError:
|
||||||
tgcrypto = None
|
tgcrypto = None
|
||||||
__log__.info('tgcrypto module not installed and libssl not found, '
|
__log__.info('tgcrypto module not installed and libssl not found, '
|
||||||
|
|
Loading…
Reference in New Issue
Block a user