From 5532c2b7f93c854ce79d7fde66b357c069f514c2 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 19 二月 2024 16:19:17 +0800
Subject: [PATCH] bug修改

---
 huaxin_client/l1_client.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/huaxin_client/l1_client.py b/huaxin_client/l1_client.py
index e6021d6..0eccd33 100644
--- a/huaxin_client/l1_client.py
+++ b/huaxin_client/l1_client.py
@@ -258,7 +258,7 @@
                 if d[0] in __position_codes:
                     plist.append(d)
             flist.sort(key=lambda x: x[2], reverse=True)
-            datas = flist[:200]
+            datas = flist[:1000]
             # 灏嗘寔浠撹偂鍔犲叆杩涘幓
             datas.extend(plist)
             print("浠g爜鏁伴噺:", len(datas))

--
Gitblit v1.8.0