diff --git a/freenas_network_unlock.py b/freenas_network_unlock.py index eb2f6f2..0461068 100644 --- a/freenas_network_unlock.py +++ b/freenas_network_unlock.py @@ -7,7 +7,7 @@ with open("config.yml", 'r') as ymlfile: cfg = yaml.safe_load(ymlfile) for section in cfg: - print(section) + print(section[pools]) exit() def ping(host):