From e26065ba0e052c0e1d544cc8b985f01180f0e928 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Tue, 21 Oct 2025 23:29:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=94=B9=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E5=A4=A9=E6=B0=94=E4=BB=BB=E5=8A=A1=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e1ecf09..bd7865f 100644 --- a/main.py +++ b/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)