part of message lost in warning added
This commit is contained in:
parent
a5359b6201
commit
fc91a0bb48
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ async def eb(client, c, conn, con, d, get_id, my_id, message_q):
|
||||||
break
|
break
|
||||||
if r == []:
|
if r == []:
|
||||||
logger.warning(
|
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))
|
logger.debug(str(r))
|
||||||
if r:
|
if r:
|
||||||
u1url = r[0][0]
|
u1url = r[0][0]
|
||||||
|
|
Loading…
Reference in a new issue