Administrator
2023-08-25 7e600b06a8ae5ce6d936cee80081fa5fc623262a
huaxin_client/command_manager.py
@@ -128,7 +128,7 @@
                        cls.pipe_l2.send(
                            json.dumps({"type": "set_l2_codes", "data": _data}))
                    else:
                        cls.process_command_thread_pool.submit(cls.__process_command, _type, None, val)
                        threading.Thread(target=lambda: cls.__process_command(_type, None, val), daemon=True).start()
            except Exception as e:
                logger_local_huaxin_trade_debug.exception(e)
                logging.exception(e)