增加提醒功能,工作日周报月报日报提醒
This commit is contained in:
4
main.py
4
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()
|
||||
|
||||
Reference in New Issue
Block a user