From 434b1bc4d5b713e1d817165f7852165053853271 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 27 十二月 2024 18:43:07 +0800
Subject: [PATCH] 净流入数量统计

---
 l2_test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/l2_test.py b/l2_test.py
index 58cb412..5348c87 100644
--- a/l2_test.py
+++ b/l2_test.py
@@ -125,7 +125,7 @@
             in_list = BlockInMoneyRankManager().get_in_list()
             out_list = BlockInMoneyRankManager().get_out_list()
             # (浠g爜,鍚嶇О,寮哄害,涓诲姏鍑�棰�)
-            fins = [(0, x[0], 0, x[1]) for x in in_list[:50]]
+            fins = [(0, x[0], 0, x[1]) for x in in_list[:100]]
             fouts = [(0, x[0], 0, x[1]) for x in out_list[:50]]
             # 涓婁紶
             __upload_data("jingxuan_rank", json.dumps(fins))

--
Gitblit v1.8.0