first test with auto heal config

This commit is contained in:
DJ2LS 2023-02-18 14:21:49 +01:00
parent 790eb75add
commit 652eda7744

View file

@ -328,7 +328,8 @@ if __name__ == "__main__":
except ValueError:
static.AUDIO_OUTPUT_DEVICE = config['AUDIO']['tx']
# TODO: change entire module for just using "config.get"
config = config.CONFIG(configfile)
static.PORT = config.get('NETWORK', 'tncport', 3000)
static.HAMLIB_RADIOCONTROL = config.get('RADIO', 'radiocontrol', 'rigctld')
static.HAMLIB_RIGCTLD_IP = config.get('RADIO', 'rigctld_ip', '127.0.0.1')