Update 'freenas_network_unlock.py'

This commit is contained in:
2019-11-09 21:03:41 -05:00
parent caff3ddfb6
commit 409c44eb41

View File

@@ -6,7 +6,8 @@ import yaml # For parsing the yaml config file
with open("config.yml", 'r') as ymlfile:
cfg = yaml.safe_load(ymlfile)
print(cfg)
for section in cfg:
print(section['pools'])
exit()
def ping(host):