去掉sehuat自动处理

This commit is contained in:
liuwei
2025-12-22 16:20:55 +08:00
parent c1f927a425
commit 190271e239
2 changed files with 27 additions and 14 deletions

View File

@@ -110,9 +110,9 @@ def jobs(robot: Robot):
await robot.generate_and_send_ranking()
# ✅ 每天 15:30 发涩图 PDF
@async_job.at_times(["15:30"])
async def sehuatang_pdf_job():
await robot.generate_sehuatang_pdf()
# @async_job.at_times(["15:30"])
# async def sehuatang_pdf_job():
# await robot.generate_sehuatang_pdf()
# ✅ 每天 01:30 下载秀人网帖子
@async_job.at_times(["01:30"])