print error message

This commit is contained in:
2021-01-09 16:03:43 +08:00
parent 7cdf7a3654
commit 78721aae0b

View File

@@ -802,6 +802,7 @@ class callbackQueryHandle(Thread):
if suc:
self.answer(f'{ran}条发送成功!')
else:
print(mes)
self.answer(f'{ran}条发送失败!{mes}')
return
elif self._userId is not None and self._inlineKeyBoardCommand == InlineKeyBoardCallBack.ModifyChatId: