diff --git a/freenas_network_unlock.py b/freenas_network_unlock.py index 831791a..eb2f6f2 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['pools']) + print(section) exit() def ping(host):