mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Merge branch 'master' into docs
This commit is contained in:
commit
59815d1f83
@ -23,7 +23,11 @@ log = logging.getLogger(__name__)
|
||||
try:
|
||||
import tgcrypto
|
||||
except ImportError:
|
||||
logging.warning("Warning: TgCrypto is missing")
|
||||
logging.warning(
|
||||
"TgCrypto is missing! "
|
||||
"Pyrogram will work the same, but at a much slower speed. "
|
||||
"More info: https://docs.pyrogram.ml/resources/TgCrypto"
|
||||
)
|
||||
is_fast = False
|
||||
import pyaes
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user