fix: premarket_full_review修import路径——from scripts.watchlist_auto_exit改from watchlist_auto_exit(同目录模块,修ModuleNotFoundError,环节4每日重评恢复)
This commit is contained in:
@@ -41,7 +41,7 @@ except Exception as e:
|
|||||||
print("\n" + "=" * 50)
|
print("\n" + "=" * 50)
|
||||||
print("🔍 自选退出检查")
|
print("🔍 自选退出检查")
|
||||||
print("=" * 50)
|
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)
|
exited = auto_exit(dry_run=False)
|
||||||
|
|
||||||
# Step 3: 写入摘要供开盘简报引用
|
# Step 3: 写入摘要供开盘简报引用
|
||||||
|
|||||||
Reference in New Issue
Block a user