增加提醒功能,工作日周报月报日报提醒

This commit is contained in:
TechShrimp
2023-10-01 22:05:42 +08:00
parent 03e2ff90c9
commit 37414d3c35

View File

@@ -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()