mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Use NullHandler as default for the library
This commit is contained in:
parent
4ac88a1505
commit
bfc408b00a
|
@ -1,3 +1,4 @@
|
||||||
|
import logging
|
||||||
from .telegram_bare_client import TelegramBareClient
|
from .telegram_bare_client import TelegramBareClient
|
||||||
from .telegram_client import TelegramClient
|
from .telegram_client import TelegramClient
|
||||||
from .network import ConnectionMode
|
from .network import ConnectionMode
|
||||||
|
@ -5,3 +6,4 @@ from . import tl, version
|
||||||
|
|
||||||
|
|
||||||
__version__ = version.__version__
|
__version__ = version.__version__
|
||||||
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||||
|
|
Loading…
Reference in New Issue
Block a user