feat:更改定时天气任务时间
This commit is contained in:
2
main.py
2
main.py
@@ -38,7 +38,7 @@ def daily_order_supper_task():
|
||||
|
||||
|
||||
def setup_schedule():
|
||||
schedule.every().day.at("09:00").do(daily_weather_task)
|
||||
schedule.every().day.at("07:00").do(daily_weather_task)
|
||||
|
||||
schedule.every().monday.at("14:00").do(daily_order_supper_task)
|
||||
schedule.every().tuesday.at("14:00").do(daily_order_supper_task)
|
||||
|
||||
Reference in New Issue
Block a user