From 37414d3c3576e5452027583dd7666c3befb25721 Mon Sep 17 00:00:00 2001 From: TechShrimp <939178127@qq.com> Date: Sun, 1 Oct 2023 22:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E9=86=92=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E5=B7=A5=E4=BD=9C=E6=97=A5=E5=91=A8=E6=8A=A5?= =?UTF-8?q?=E6=9C=88=E6=8A=A5=E6=97=A5=E6=8A=A5=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()