From 78721aae0b92023a86363e1f3b3118f2defe6d74 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sat, 9 Jan 2021 16:03:43 +0800 Subject: [PATCH] print error message --- rssbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rssbot.py b/rssbot.py index f42d8f1..fbf6b41 100644 --- a/rssbot.py +++ b/rssbot.py @@ -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: