huaxin_api/command_manager.py
@@ -120,7 +120,7 @@ cls.pipe_l2.send( json.dumps({"type": "set_l2_codes", "data": _data})) else: t1 = threading.Thread(target=lambda: cls.__process_command(_type, None, _data), daemon=True) t1 = threading.Thread(target=lambda: cls.__process_command(_type, None, val), daemon=True) t1.start() except Exception as e: logging.exception(e)