From d513e61120cd910e6aa68bfef4aa0b5a878c1f4d Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 5 Sep 2022 14:06:15 +0000 Subject: [PATCH] Add TODO --- rssbot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rssbot.py b/rssbot.py index 07a5555..35138a4 100644 --- a/rssbot.py +++ b/rssbot.py @@ -224,6 +224,8 @@ class main: return self.__sendMessage(chatId, meta, content, config, returnError, testMessage) def __sendMessage(self, chatId: int, meta: dict, content: dict, config: RSSConfig, returnError: bool = False, testMessage: bool = False): + # TODO: 文件下载返回>=400错误支持可以发送剩余消息 + # TODO: 新增文件层面的重试机制 di = {} di['chat_id'] = chatId text = textc()