mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
accept proposed changes
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
parent
8ad650bbe6
commit
5ac4048c31
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ class RequestLogging(BaseRequestMiddleware):
|
|||
) -> Response[TelegramObject]:
|
||||
if type(method) not in self.ignore_methods:
|
||||
loggers.middlewares.info(
|
||||
"Make request with method=%s by bot id=%d",
|
||||
method.__class__.__name__,
|
||||
"Make request with method=%r by bot id=%d",
|
||||
type(method).__name__,
|
||||
bot.id,
|
||||
)
|
||||
return await make_request(bot, method)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue