mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Update warning
This commit is contained in:
parent
1bf74a9c25
commit
87dcd4d313
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Reference in a new issue