加入绅士R15的内容
This commit is contained in:
5
main.py
5
main.py
@@ -119,6 +119,11 @@ def jobs(robot: Robot):
|
||||
async def xiuren_download_job():
|
||||
await robot.xiu_ren_download_task()
|
||||
|
||||
# ✅ 每天 01:30 下载秀人网帖子
|
||||
@async_job.at_times(["2:30"])
|
||||
async def shenshiR15_download_job():
|
||||
await robot.shen_shi_download_task()
|
||||
|
||||
# ✅ 每天 17:30 发秀人 PDF(如果启用)
|
||||
# @async_job.at_times(["17:30"])
|
||||
# async def xiuren_pdf_send_job():
|
||||
|
||||
Reference in New Issue
Block a user