fixed control check

This commit is contained in:
DJ2LS 2024-02-11 10:00:57 +01:00
parent 139bdc7699
commit bb668a1ac9

View file

@ -31,7 +31,7 @@ class radio:
} }
# start rigctld... # start rigctld...
if self.config["RADIO"]["radiocontrol"] in ["rigctld_bundle"]: if self.config["RADIO"]["control"] in ["rigctld_bundle"]:
self.start_service() self.start_service()
# connect to radio # connect to radio