From 4b751cc319807b0dad496bda7cfc82cf4a335b94 Mon Sep 17 00:00:00 2001 From: hmo Date: Wed, 12 Aug 2026 15:43:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20premarket=5Ffull=5Freview=E4=BF=AEimport?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E2=80=94=E2=80=94from=20scripts.watchlist=5F?= =?UTF-8?q?auto=5Fexit=E6=94=B9from=20watchlist=5Fauto=5Fexit(=E5=90=8C?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=A8=A1=E5=9D=97,=E4=BF=AEModuleNotFoundErr?= =?UTF-8?q?or,=E7=8E=AF=E8=8A=824=E6=AF=8F=E6=97=A5=E9=87=8D=E8=AF=84?= =?UTF-8?q?=E6=81=A2=E5=A4=8D)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/premarket_full_review.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/profile-scripts/premarket_full_review.py b/deploy/profile-scripts/premarket_full_review.py index 0ac43c33..ab343823 100644 --- a/deploy/profile-scripts/premarket_full_review.py +++ b/deploy/profile-scripts/premarket_full_review.py @@ -41,7 +41,7 @@ except Exception as e: print("\n" + "=" * 50) print("🔍 自选退出检查") print("=" * 50) -from scripts.watchlist_auto_exit import main as auto_exit +from watchlist_auto_exit import main as auto_exit exited = auto_exit(dry_run=False) # Step 3: 写入摘要供开盘简报引用