From b8c569f1025c65ef25fdf31c30a95e2d2a66d891 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 23 八月 2023 18:01:46 +0800 Subject: [PATCH] H/L/S撤日志改为异步 --- 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 73d86f3..f92abcd 100644 --- a/utils/data_export_util.py +++ b/utils/data_export_util.py @@ -204,4 +204,4 @@ if __name__ == "__main__": - export_l2_excel("002765") + export_l2_excel("002178") -- Gitblit v1.8.0