diff --git a/doipclient/client.py b/doipclient/client.py index 3ea6fad..64d20af 100644 --- a/doipclient/client.py +++ b/doipclient/client.py @@ -552,7 +552,7 @@ def send_doip( def send_doip_message( self, doip_message, - transport=TransportType.TRANSPORT_TCP.TRANSPORT_TCP, + transport=TransportType.TRANSPORT_TCP, disable_retry=False, ): """Helper function to send an unpacked message to the DoIP socket.