From b04491923477e011edfd81eca22d77a12e5b4367 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 18 九月 2023 10:30:20 +0800 Subject: [PATCH] bug修复 --- utils/data_export_util.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/utils/data_export_util.py b/utils/data_export_util.py index e5a50f3..4895f51 100644 --- a/utils/data_export_util.py +++ b/utils/data_export_util.py @@ -210,4 +210,7 @@ if __name__ == "__main__": - export_l2_excel("600360", date="2023-09-11") + try: + export_l2_excel("600615") + except Exception as e: + logging.exception(e) -- Gitblit v1.8.0