fix: display msg for PUT

pull/9659/head
Peter Siegel 2025-02-02 13:35:36 +01:00
parent ab11857bc0
commit e2d3fe7a1c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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]