baidu
This commit is contained in:
2
main.py
2
main.py
@@ -50,7 +50,7 @@ def main(chat_type: int):
|
||||
# robot.onEveryTime("07:00", weather_report, robot=robot)
|
||||
|
||||
# 每天 7:30 发送新闻
|
||||
robot.onEveryTime("08:30", robot.newsReport)
|
||||
robot.onEveryTime("08:30", robot.newsBaiduReport)
|
||||
|
||||
# 每天 16:30 提醒发日报周报月报
|
||||
# robot.onEveryTime("10:30", ReportReminder.remind, robot=robot)
|
||||
|
||||
Reference in New Issue
Block a user