From 0ed2c53acd278d57a39390fd4db78c5aaf088e0a Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 21 四月 2023 18:03:54 +0800
Subject: [PATCH] 开盘啦数据解析

---
 l2/l2_data_util.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/l2/l2_data_util.py b/l2/l2_data_util.py
index 7a2315b..f41debe 100644
--- a/l2/l2_data_util.py
+++ b/l2/l2_data_util.py
@@ -175,7 +175,7 @@
     count = data["count"]
     data = data["data"]
     # 鑾峰彇娑ㄥ仠浠�
-    return day, client, channel, code, capture_time, process_time, data,count
+    return day, client, channel, code, capture_time, process_time, data, count
 
 
 # 鍏冩暟鎹槸鍚︽湁宸紓
@@ -453,6 +453,10 @@
                 return new_index_list[start_index], new_index_list[start_index:start_index + len(queues)]
             return None, None
 
+        # 3涓暟鎹互涓婄殑涓嶉渶瑕佸垽鏂渶杩戠殑涓�娆℃湭娑ㄥ仠鏃堕棿
+        if len(queueList) >= 3:
+            latest_not_limit_up_time = None
+
         # 鍒ゆ柇鍖归厤鐨勪綅缃槸鍚﹀彲淇�
         def is_trust(indexes):
             cha = []

--
Gitblit v1.8.0