part of message lost in warning added

This commit is contained in:
Your Name 2024-12-18 23:31:19 +03:00
parent a5359b6201
commit fc91a0bb48

View file

@ -102,7 +102,7 @@ async def eb(client, c, conn, con, d, get_id, my_id, message_q):
break
if r == []:
logger.warning(
'theme not found, showing original message: ' + m.text)
'theme not found or lost part of message, showing original message: ' + m.text)
logger.debug(str(r))
if r:
u1url = r[0][0]