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: 写入摘要供开盘简报引用