From e7a13c9be72268265258e7d5aa9480575d4f3323 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Fri, 15 May 2026 23:26:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=91=E9=81=93=E8=A7=82=E6=B5=8B=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E5=A2=9E=E5=8A=A0=E8=A7=84=E5=88=99=EF=BC=9A=E4=BB=8A?= =?UTF-8?q?=E6=97=A5=E5=AE=9E=E6=B5=8B=E6=9C=80=E9=AB=98=E5=B7=B2=E8=BE=BE?= =?UTF-8?q?DEB=E9=A2=84=E6=8A=A5=E5=88=99=E8=B7=B3=E8=BF=87=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=A4=9C=E9=97=B4=E9=99=8D=E6=B8=A9=E5=99=AA?= =?UTF-8?q?=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/telegram_push.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/utils/telegram_push.py b/src/utils/telegram_push.py index d69da357..ce923e35 100644 --- a/src/utils/telegram_push.py +++ b/src/utils/telegram_push.py @@ -971,6 +971,11 @@ def _run_high_freq_airport_cycle( elif current_obs_time and last_obs_time and current_obs_time == last_obs_time: continue + # 今日实测最高已达DEB,行情已兑现,跳过 + daily_high, _ = _get_airport_daily_high(city_weather) + if daily_high is not None and deb_pred is not None and daily_high >= deb_pred - 0.5: + continue + # 跑道城市:任意一条跑道温度满足 DEB 温差规则就推送 if runway_temps: any_in_window = False