From ca52f20c850ef9810a41ed5cfb42cd231f12a554 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 18 Sep 2025 22:49:17 +0800 Subject: [PATCH] 1 --- scripts/data_collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/data_collector.py b/scripts/data_collector.py index 832366b..db611a0 100755 --- a/scripts/data_collector.py +++ b/scripts/data_collector.py @@ -32,7 +32,7 @@ def run_strategy(): config = config_loader.config # 初始化数据获取器 - data_fetcher = ADataFetcher(config) + data_fetcher = ADataFetcher() # 初始化通知管理器 notification_manager = NotificationManager(config)