From bf7ff7f4140065b5c693444131aea0c299c9c31b Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 20 三月 2024 17:12:53 +0800 Subject: [PATCH] L2数据接口修改 --- utils/data_export_util.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/data_export_util.py b/utils/data_export_util.py index c736284..2900692 100644 --- a/utils/data_export_util.py +++ b/utils/data_export_util.py @@ -283,6 +283,6 @@ if __name__ == "__main__": try: - export_l2_excel("002036") + export_l2_excel("600822", date="2024-03-12") except Exception as e: logging.exception(e) -- Gitblit v1.8.0