forked from zovos/bot_tg
add photo triget fix1
This commit is contained in:
parent
c756acf428
commit
d3ee72bca9
1 changed files with 1 additions and 1 deletions
|
|
@ -686,7 +686,7 @@ async def handle_photo_message(message: Message) -> bool:
|
|||
user_name = message.from_user.first_name or "кент"
|
||||
caption = _clean_text(message.caption or "")
|
||||
|
||||
logger.info(
|
||||
logger.warning(
|
||||
"Received image message for analysis. chat_id=%s user=%s has_photo=%s has_image_document=%s caption=%s",
|
||||
chat_id,
|
||||
user_name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue