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, "超过生效时间"