This commit is contained in:
dj2ls 2022-05-19 16:48:21 +02:00
parent 9f8f17b633
commit 2f767a0cf3
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ class DAEMON():
options.append('--radiocontrol') options.append('--radiocontrol')
options.append(data[13]) options.append(data[13])
if data[13] != 'rigctld': if data[13] == 'rigctld':
options.append('--rigctld_ip') options.append('--rigctld_ip')
options.append(data[14]) options.append(data[14])