add some notes

Signed-off-by: mzivv <984084954@qq.com>
This commit is contained in:
mzivv
2022-11-07 18:47:31 +08:00
parent 9499621a60
commit 3a70da8d76
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ def main():
robot.enableRecvMsg()
# 每天7点发送天气预报
robot.onEveryTime("00:30", weather_report, robot=robot)
robot.onEveryTime("07:00", weather_report, robot=robot)
# 让机器人一直跑
robot.keepRunningAndBlockProcess()