下图和发pdf分离
This commit is contained in:
6
main.py
6
main.py
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user