servers/huaxin_trade_server.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
servers/huaxin_trade_server.py
@@ -585,7 +585,7 @@ val = queue_custom_block_in_money.get() if val: in_list, out_list = val[0], val[1] logger_debug.info(f"接收到流入流出数据:{len(in_list)}, {len(out_list)}") logger_debug.info(f"接收到流入流出数据:{in_list[:20]}, {out_list[:20]}") RealTimeKplMarketData.set_market_jingxuan_blocks_from_custom(in_list) RealTimeKplMarketData.set_market_jingxuan_out_blocks_from_custom(out_list) except Exception as e: