mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Make logger fully configurable (#1087)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import asyncio
|
||||
import itertools
|
||||
import logging
|
||||
import time
|
||||
|
||||
from async_generator import async_generator, yield_
|
||||
@@ -11,8 +10,6 @@ from .buttons import ButtonMethods
|
||||
from .. import helpers, utils, errors
|
||||
from ..tl import types, functions
|
||||
|
||||
__log__ = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class MessageMethods(UploadMethods, ButtonMethods, MessageParseMethods):
|
||||
|
||||
|
Reference in New Issue
Block a user