From 6228d70a95fed4088d4e1d9803af78e0a65ba398 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Tue, 14 Oct 2025 19:42:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E8=82=A1=E7=A5=A8?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=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 62d34c3..74580b4 100644 --- a/main.py +++ b/main.py @@ -35,7 +35,7 @@ def daily_order_supper_task(): def setup_schedule(): schedule.every().day.at("09:00").do(daily_weather_task) - schedule.every().day.at("15:30").do(daily_stock_task) + schedule.every().day.at("15:00").do(daily_stock_task) schedule.every().day.at("14:00").do(daily_order_supper_task)