From 7d18f8d7b81345e957bcc90208402aab6610db0c Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 16 四月 2024 11:18:26 +0800
Subject: [PATCH] 添加日志

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

diff --git a/huaxin_client/l1_client_for_output.py b/huaxin_client/l1_client_for_output.py
index ff1c3ad..c2b58d7 100644
--- a/huaxin_client/l1_client_for_output.py
+++ b/huaxin_client/l1_client_for_output.py
@@ -130,6 +130,7 @@
 
 
 def __upload_codes_info(datas):
+    print("涓婁紶鏁版嵁鏁伴噺", len(datas))
     # if not tool.is_trade_time():
     #     return
     data_bytes = socket_util.load_header(json.dumps({"type": "l1_data", "data": datas}).encode("utf-8"))
@@ -226,7 +227,7 @@
     # 绛夊緟绋嬪簭缁撴潫
     while True:
         try:
-            # (浠g爜,鐜颁环,娑ㄥ箙,閲�,鏃堕棿)
+            # (浠g爜,鐜颁环,娑ㄥ箙,閲�,涔�5,鍗�5, 鏃堕棿)
             datas = []
             while True:
                 if not level1_data_queue.empty():

--
Gitblit v1.8.0