mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-04-21 09:32:00 +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
|
||||
try:
|
||||
import tgcrypto
|
||||
__log__.info('pyaesni detected, it will be used for encryption')
|
||||
__log__.info('tgcrypto detected, it will be used for encryption')
|
||||
except ImportError:
|
||||
tgcrypto = None
|
||||
__log__.info('tgcrypto module not installed and libssl not found, '
|
||||
|
|
Loading…
Reference in New Issue
Block a user