测试seht
This commit is contained in:
3
robot.py
3
robot.py
@@ -410,6 +410,8 @@ class Robot(Job):
|
||||
self.config.reload()
|
||||
self.gbm.load_local_cache()
|
||||
await self.ipad_bot.send_text_message("filehelper", "已更新")
|
||||
elif content == "PDF":
|
||||
self.generate_sehuatang_pdf()
|
||||
|
||||
if is_group:
|
||||
self.LOG.debug(f"入库和记录群消息: {message}")
|
||||
@@ -667,6 +669,7 @@ class Robot(Job):
|
||||
self.send_group_file_message(path, Feature.PDF_CAPABILITY)
|
||||
except Exception as e:
|
||||
self.LOG.error(f"generateSehuatangPdf error:{e}")
|
||||
|
||||
def xiu_ren_download_task(self):
|
||||
try:
|
||||
# 每天下载10组图,然后发一个帖子PDF
|
||||
|
||||
Reference in New Issue
Block a user