下图和发pdf分离

This commit is contained in:
liuwei
2025-02-27 16:54:50 +08:00
parent 9bee369c60
commit 7929f550b4
2 changed files with 19 additions and 9 deletions

View File

@@ -49,7 +49,11 @@ def main(chat_type: int):
robot.onEveryTime("18:00", robot.game_auto_tasks)
# 秀人网每天自动下载帖子
robot.onEveryTime("17:30", robot.xiu_ren_download_task)
robot.onEveryTime("01:30", robot.xiu_ren_download_task)
# 秀人网每天自动发pdf
robot.onEveryTime("17:30", robot.xiu_ren_pdf_send)
# 让机器人一直跑
robot.keepRunningAndBlockProcess()