print error message
This commit is contained in:
@@ -802,6 +802,7 @@ class callbackQueryHandle(Thread):
|
|||||||
if suc:
|
if suc:
|
||||||
self.answer(f'第{ran}条发送成功!')
|
self.answer(f'第{ran}条发送成功!')
|
||||||
else:
|
else:
|
||||||
|
print(mes)
|
||||||
self.answer(f'第{ran}条发送失败!{mes}')
|
self.answer(f'第{ran}条发送失败!{mes}')
|
||||||
return
|
return
|
||||||
elif self._userId is not None and self._inlineKeyBoardCommand == InlineKeyBoardCallBack.ModifyChatId:
|
elif self._userId is not None and self._inlineKeyBoardCommand == InlineKeyBoardCallBack.ModifyChatId:
|
||||||
|
|||||||
Reference in New Issue
Block a user