From 771db1d7737e55e36a5dd8da00183a6a7afc8785 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 14 五月 2025 14:13:00 +0800
Subject: [PATCH] bug修复

---
 third_data/kpl_api.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/third_data/kpl_api.py b/third_data/kpl_api.py
index 689facd..618d1f9 100644
--- a/third_data/kpl_api.py
+++ b/third_data/kpl_api.py
@@ -326,7 +326,8 @@
 
 
 if __name__ == "__main__":
-    request_new_blocks_codes([("鏈哄櫒浜�", "801159")])
+    print(getZYLTAmount("601288"))
+    # request_new_blocks_codes([("鏈哄櫒浜�", "801159")])
     # result = getCodesByPlate("801159")  # getHistoryLimitUpInfo("2024-02-19")
     # result = json.loads(result)
     # for d in result["list"]:

--
Gitblit v1.8.0