From 3ea5e7ec00b813f5c311d423267a9be4db09c3fe Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 14 九月 2023 17:45:47 +0800
Subject: [PATCH] 撤单顺序调整

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

diff --git a/huaxin_client/l2_client.py b/huaxin_client/l2_client.py
index dc1e997..5046e87 100644
--- a/huaxin_client/l2_client.py
+++ b/huaxin_client/l2_client.py
@@ -587,9 +587,7 @@
             pipe_strategy = _pipe_strategy
             t1 = threading.Thread(target=__receive_from_pipe_strategy, args=(_pipe_strategy,), daemon=True)
             t1.start()
-        # TODO 娴嬭瘯娉ㄩ噴
-        # __init_l2()
-
+        __init_l2()
         global l2_data_callback
         l2_data_callback = _l2_data_callback
         l2_data_manager.run_upload_common(l2_data_callback)

--
Gitblit v1.8.0