This commit is contained in:
2025-02-05 11:12:20 +08:00
parent 6d1042c21d
commit cbdb36456b
4 changed files with 13 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ def main(chat_type: int):
# robot.onEveryTime("07:00", weather_report, robot=robot)
# 每天 7:30 发送新闻
robot.onEveryTime("08:30", robot.newsReport)
robot.onEveryTime("08:30", robot.newsBaiduReport)
# 每天 16:30 提醒发日报周报月报
# robot.onEveryTime("10:30", ReportReminder.remind, robot=robot)