From b105a75eaa4fe0e6826a737f103692478f11baa1 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 20 十一月 2024 16:23:55 +0800
Subject: [PATCH] bug修改

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

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

--
Gitblit v1.8.0