去掉sehuat自动处理
This commit is contained in:
6
main.py
6
main.py
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user