From 87103d9325be0601b6f33eab737fc541b56e9577 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 27 三月 2024 12:32:36 +0800 Subject: [PATCH] bug修复 --- third_data/kpl_api.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/third_data/kpl_api.py b/third_data/kpl_api.py index b1e76b9..371100d 100644 --- a/third_data/kpl_api.py +++ b/third_data/kpl_api.py @@ -261,4 +261,4 @@ if __name__ == "__main__": - print(getCodeBlocks("002350")) + print(getLimitUpInfoNew()) -- Gitblit v1.8.0