From ccc5637f9e46429269c1df7e63c2733a9215ebd9 Mon Sep 17 00:00:00 2001 From: blade <8019068@qq.com> Date: Thu, 21 Aug 2025 15:36:35 +0800 Subject: [PATCH] fix bug for set price_anomaly --- .../market_monitor.cpython-312.pyc | Bin 18180 -> 18180 bytes market_monitor_main.py | 10 ++++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/core/biz/__pycache__/market_monitor.cpython-312.pyc b/core/biz/__pycache__/market_monitor.cpython-312.pyc index 9ad5f2596c2d855f07f6013697995d9b49698d68..406f390a0f78d6e716b5331eea160efd39dcff1d 100644 GIT binary patch delta 21 bcmZqaV{GYT pct_chg_upper_bound or pct_chg < pct_chg_lower_bound: - realtime_row["price_anomaly"] = True + realtime_row.loc["price_anomaly"] = True else: - realtime_row["price_anomaly"] = False + realtime_row.loc["price_anomaly"] = False return realtime_row