From 8c0571ca45921370f7ccff6d1192190d41080a25 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 17 六月 2025 14:55:14 +0800 Subject: [PATCH] ‘功能完善 --- strategy/env_info.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/strategy/env_info.py b/strategy/env_info.py index 439a7ea..b6127ed 100644 --- a/strategy/env_info.py +++ b/strategy/env_info.py @@ -70,4 +70,5 @@ if __name__ == "__main__": - print(get_history_k_bars("2025-06-04")) + RealTimeEnvInfo().kpl_current_limit_up = tool.get_now_time_str() + print(RealTimeEnvInfo().to_dict()) -- Gitblit v1.8.0