removed hamlib response

This commit is contained in:
DJ2LS 2024-01-17 19:48:14 +01:00
parent f0a8b92d1b
commit 98f48295d0

View file

@ -190,7 +190,6 @@ class radio:
try:
mode, bandwidth = response.split('\n', 1) # Split the response into mode and bandwidth
except ValueError:
print(response)
mode = 'err'
bandwidth = 'err'