Skip to content

Commit 74a7adc

Browse files
committed
Don't use logging directly
1 parent 5826470 commit 74a7adc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/crypto/aes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
try:
2424
import tgcrypto
2525
except ImportError:
26-
logging.warning(
26+
log.warning(
2727
"TgCrypto is missing! "
2828
"Pyrogram will work the same, but at a much slower speed. "
2929
"More info: https://docs.pyrogram.ml/resources/TgCrypto"

0 commit comments

Comments
 (0)