Administrator
2023-08-16 c4dbd17ac157ec2b545dca092b27f997034207d2
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)