diff --git a/main.py b/main.py index 62394dc..2e6d60c 100644 --- a/main.py +++ b/main.py @@ -50,8 +50,8 @@ def main(): # 每天 7:30 发送新闻 robot.onEveryTime("07:30", robot.newsReport) - # 每天 4:30 提醒发日报周报月报 - robot.onEveryTime("4:30", ReportReminder.remind, robot=robot) + # 每天 16:30 提醒发日报周报月报 + robot.onEveryTime("16:30", ReportReminder.remind, robot=robot) # 让机器人一直跑 robot.keepRunningAndBlockProcess()