From 7d7988372c3aefb139ada38b12b2f0dae2a37ce0 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 02 九月 2024 18:53:27 +0800
Subject: [PATCH] bug修复

---
 third_data/code_plate_key_manager.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/third_data/code_plate_key_manager.py b/third_data/code_plate_key_manager.py
index 1d39835..e4f33a0 100644
--- a/third_data/code_plate_key_manager.py
+++ b/third_data/code_plate_key_manager.py
@@ -1075,7 +1075,6 @@
                 continue
             buy1_money = huaxin_l1_data_manager.get_buy1_money(code)
             # 涔�1鏄惁澶т簬5000w
-            # TODO 娴嬭瘯
             if not constant.TEST:
                 if not buy1_money or buy1_money < 5e7:
                     continue
@@ -1191,7 +1190,6 @@
         @return:
         """
         # 10鐐逛箣鍓嶆墠鑳戒拱鍏�
-        # TODO 娴嬭瘯
         if not constant.TEST:
             if int(tool.get_now_time_str().replace(":", "")) > 100000:
                 return False, "瓒呰繃鐢熸晥鏃堕棿"

--
Gitblit v1.8.0