From 723395d8057e0732ab10060fbe9c88a0524e3985 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 21 十一月 2024 14:07:09 +0800 Subject: [PATCH] bug修复 --- third_data/kpl_util.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/third_data/kpl_util.py b/third_data/kpl_util.py index 58a87a1..9841641 100644 --- a/third_data/kpl_util.py +++ b/third_data/kpl_util.py @@ -136,7 +136,7 @@ pdata = __parseLimitUpItemData(d) if pdata: fresult_.append(pdata) - return fresult_ + return fresult_, data.get("day") def parseFengKou(data): -- Gitblit v1.8.0