mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Missing space (#775)
This commit is contained in:
parent
dea94d2574
commit
763efb7763
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class LoggingMiddleware(BaseMiddleware):
|
|||
text = (f"Received callback query [ID:{callback_query.id}] "
|
||||
f"from user [ID:{callback_query.from_user.id}] "
|
||||
f"for message [ID:{message.message_id}] "
|
||||
f"in chat [{message.chat.type}:{message.chat.id}]"
|
||||
f"in chat [{message.chat.type}:{message.chat.id}] "
|
||||
f"with data: {callback_query.data}")
|
||||
|
||||
if message.from_user:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue