fix: display msg for PUT

This commit is contained in:
Peter Siegel
2025-02-02 13:35:36 +01:00
parent ab11857bc0
commit e2d3fe7a1c

View File

@@ -210,7 +210,7 @@ class Connection(ConnectionBase):
]
)
self._display.vvvvv(f"PUT COMMAND {local_cmd}", host=self._host())
self._display.vvvvv(f"PUT {local_cmd}", host=self._host())
local_cmd = [to_bytes(i, errors='surrogate_or_strict') for i in local_cmd]