so it turns out it returns the same structure, just with a single <tunnels> child. i can probably just use the general HEConf then and wrap it?

This commit is contained in:
2020-05-15 01:40:42 -04:00
parent b00351f762
commit cf51e96852
2 changed files with 10 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ def parseArgs():
args.add_argument('-c', '--config',
dest = 'conf_xml',
default = '~/.config/he_tunnelbroker.xml',
help = ('The path to the config. See example.tunnelbroker.xml'
help = ('The path to the config. See example.tunnelbroker.xml '
'Default: ~/.config/he_tunnelbroker.xml'))
args.add_argument('-t', '--tunnel-id',
dest = 'tun_id',