fix: display msg for PUT

This commit is contained in:
Peter Siegel 2025-02-02 13:35:36 +01:00
commit e2d3fe7a1c
No known key found for this signature in database

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] local_cmd = [to_bytes(i, errors='surrogate_or_strict') for i in local_cmd]