Pass over PROXY stanza in freedmr startup

proto_v5 v1.3.3
Simon 4 years ago
parent a1acfce029
commit 09560c17e4

@ -206,6 +206,9 @@ def build_config(_config_file):
'NODE' : config.getint(section,'NODE') 'NODE' : config.getint(section,'NODE')
}) })
elif section == 'PROXY':
pass
elif config.getboolean(section, 'ENABLED'): elif config.getboolean(section, 'ENABLED'):

Loading…
Cancel
Save

Powered by TurnKey Linux.